diff options
| author | Volpeon <git@volpeon.ink> | 2021-11-15 08:43:04 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-11-15 08:43:04 +0100 |
| commit | 147b96cccc7033d336ca9f39fb2b6635ec61ab12 (patch) | |
| tree | d7be82c7f0af6adffdaba304efe555a7a26a4af8 /assets/css/components | |
| parent | Updated Iosevka (diff) | |
| download | volpeon.ink-147b96cccc7033d336ca9f39fb2b6635ec61ab12.tar.gz volpeon.ink-147b96cccc7033d336ca9f39fb2b6635ec61ab12.tar.bz2 volpeon.ink-147b96cccc7033d336ca9f39fb2b6635ec61ab12.zip | |
Better code block design, make header smaller on mobile
Diffstat (limited to 'assets/css/components')
| -rw-r--r-- | assets/css/components/_header.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/components/_header.scss b/assets/css/components/_header.scss index a84c4fa..1df7c5b 100644 --- a/assets/css/components/_header.scss +++ b/assets/css/components/_header.scss | |||
| @@ -24,6 +24,12 @@ | |||
| 24 | ) | 24 | ) |
| 25 | ), 'light'); | 25 | ), 'light'); |
| 26 | 26 | ||
| 27 | @include store(( | ||
| 28 | --dims: ( | ||
| 29 | --height: 3.4rem, | ||
| 30 | ) | ||
| 31 | ), 'sm'); | ||
| 32 | |||
| 27 | @include component(namespace()) { | 33 | @include component(namespace()) { |
| 28 | display: flex; | 34 | display: flex; |
| 29 | height: prop(--dims --height); | 35 | height: prop(--dims --height); |
