Module 3 KIT&GO

This commit is contained in:
2022-01-17 16:07:34 +01:00
parent 884864c014
commit f9bef38f64
6 changed files with 66 additions and 6 deletions

View File

@@ -118,10 +118,10 @@ $widthvalues: (0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 75, 100, 125, 150, 200,
/* POSITIONING */
.ta-r {
text-align: right;
text-align: end;
}
.ta-l {
text-align: left;
text-align: start;
}
.ta-c {
text-align: center;

View File

@@ -22,10 +22,10 @@
{{end}}
<div class="flex-1">
<h4 class="m-0 p-0">{{.name}}</h4>
<p class="small m-0 p-0">{{.description}}</p>
<p class="small m-0 p-0 ta-l">{{.description}}</p>
</div>
{{end}}
</div>
{{end}}
<h3>Accédez aux autres épisodes :</h3>
<ul class="small">
{{range (where $site.Pages.ByDate "Type" "kitandgo")}}