grille de ligne de base
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -67,7 +67,7 @@ body{
|
||||
>nav{
|
||||
box-sizing: border-box;
|
||||
max-height: 100%;
|
||||
padding-top:1em;
|
||||
padding-top:$base-line;
|
||||
}
|
||||
>section>.wrapper,
|
||||
>nav{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
$base_font_size:16px;
|
||||
$base-line:28px;
|
||||
|
||||
// grid
|
||||
$default_gap: 1em;
|
||||
|
||||
Reference in New Issue
Block a user