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