1 | $base-font-size: 16px; |
2 | $line-height: 21px; |
3 | $mobile-font-size: 14px; |
4 | $figure-font-size: 12px; |
5 |
|
6 | $base-banner-height: 30vh; |
7 |
|
8 | $page-max-width: 1000px; |
9 |
|
10 | $topbar-max-width: 1000px; |
11 | $topbar-font-size: 22px; |
12 | $topbar-font-size-reduced: 18px; |
13 |
|
14 | $content-first-line-size: $base-font-size*1.5; |
15 | $content-image-float-offset: 0;//-2*$base-font-size; //-100px; |
16 | $content-image-small-height: 320px; |
17 | $content-image-medium-height: 480px; |
18 |
|
19 | $figure-compress-width: 1200px; |
20 | $page-compress-width: $topbar-max-width + 32; |
21 | $topbar-reduce-width: 650px; |
22 |
|