diff options
Diffstat (limited to 'assets/css/_vars.scss')
| -rw-r--r-- | assets/css/_vars.scss | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/assets/css/_vars.scss b/assets/css/_vars.scss index f9c80da..c061f4f 100644 --- a/assets/css/_vars.scss +++ b/assets/css/_vars.scss | |||
| @@ -1,16 +1,21 @@ | |||
| 1 | $font-size: 16px; | 1 | $font-size: 17px; |
| 2 | $content-font-size: $font-size + 1; | 2 | $nav-font-size: $font-size - 1; |
| 3 | $content-h1-font-size: $content-font-size + 1; | 3 | $code-block-font-size: $font-size - 1; |
| 4 | $content-h1-font-size: $font-size + 1; | ||
| 4 | 5 | ||
| 5 | $line-height: 1.5; | 6 | $line-height: 1.5; |
| 6 | $code-block-line-height: 1.4; | 7 | $code-block-line-height: 1.4; |
| 7 | 8 | ||
| 8 | $content-width: 75ch; | 9 | $content-width: 80ch; |
| 10 | |||
| 11 | $container-pad-h: 2rem; | ||
| 12 | $container-pad-h-sm: 1rem; | ||
| 13 | $container-pad-v: $line-height * 2rem; | ||
| 9 | 14 | ||
| 10 | $nav-item-spacing: 4ch; | 15 | $nav-item-spacing: 4ch; |
| 11 | $nav-item-spacing-sm: 3ch; | 16 | $nav-item-spacing-sm: 3ch; |
| 12 | $nav-item-pad-h: 1ch; | 17 | $nav-item-pad-h: 1ch; |
| 13 | $nav-item-pad-v: 1rem; | 18 | $nav-item-pad-v: 1em; |
| 14 | 19 | ||
| 15 | $page-item-prefix-max-chars: 3ch; | 20 | $page-item-prefix-max-chars: 3ch; |
| 16 | $page-item-prefix-pad: 2ch; | 21 | $page-item-prefix-pad: 2ch; |
