grille de ligne de base

This commit is contained in:
2022-01-20 17:30:07 +01:00
parent fa6f051051
commit 257efc35f9
5 changed files with 13 additions and 4 deletions
+3
View File
@@ -4,6 +4,7 @@
// @import '../fonts/notosans/notosans-condensed.css';
// @import '../fonts/notosans/notosans-extracondensed.css';
@mixin fontsans {
font-family: "noto_sans";
}
@@ -33,6 +34,7 @@ footer[role="tools"] .row>nav{
color: $bleuroi;
font-weight: 400;
margin:0;
line-height: $base-line;
}
@mixin title1black {
@@ -92,6 +94,7 @@ footer[role="tools"] .row>nav{
color: $bleuroi;
font-weight: 400;
margin:0;
line-height: $base-line;
}
@mixin fontcaption {
+1 -1
View File
@@ -67,7 +67,7 @@ body{
>nav{
box-sizing: border-box;
max-height: 100%;
padding-top:1em;
padding-top:$base-line;
}
>section>.wrapper,
>nav{
+1
View File
@@ -1,4 +1,5 @@
$base_font_size:16px;
$base-line:28px;
// grid
$default_gap: 1em;