misc, text & toc display

This commit is contained in:
2020-07-06 15:03:02 +02:00
parent e6beb65a74
commit 5691b071a1
8 changed files with 203 additions and 90 deletions
+16
View File
@@ -27,3 +27,19 @@ footer[role="tools"] .row>header,
footer[role="tools"] .row>nav{
@include fontsans;
}
@mixin title1blue {
@include fontserif;
font-size: 2.268em;
color: $bleuroi;
font-weight: 400;
margin:0;
}
@mixin title2black {
@include fontserif;
font-size: 1.134em;
color: $grisfonce;
font-weight: 400;
margin:0;
}
+2 -2
View File
@@ -34,8 +34,8 @@ body{
overflow: hidden;
>.wrapper{
padding:0 $side-padding 0 $side-padding;
height:100%;
overflow-y: auto;
height:100%; max-height:100%;
overflow-y: hidden;
overflow-x: hidden;
}
}