This commit is contained in:
2023-06-20 12:49:43 +02:00
parent 41d39bb088
commit 54c36dad11
3 changed files with 39 additions and 15 deletions
+8 -1
View File
@@ -34,7 +34,7 @@ footer[role="tools"] .row>nav{
color: $bleuroi;
font-weight: 400;
margin:0;
line-height: $base-line;
line-height: $base-line * 1.5;
}
@mixin title1black {
@@ -123,3 +123,10 @@ footer[role="tools"] .row>nav{
font-size: 0.756em;
line-height: 1.1em;
}
@mixin labeurfont {
@include fontserif;
font-size: 1.134em;
font-weight: 400;
line-height: $base-line;
}