This commit is contained in:
2020-07-31 13:12:45 +02:00
parent 71555de31c
commit 27eeb792b0
4 changed files with 45 additions and 1 deletions
+6
View File
@@ -85,3 +85,9 @@ footer[role="tools"] .row>nav{
font-weight: 400;
margin:0;
}
@mixin fontcaption {
@include fontsans;
font-size: 0.643em;
line-height: 1.1em;
}
+1
View File
@@ -6,4 +6,5 @@ $default_sum: 12; // total number of columns
$small-bp:768px;
$med-bp:1080px;
$ipad-bp: 1536px;
$large-bp:1900px;