summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_header.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-15 08:43:04 +0100
committerVolpeon <git@volpeon.ink>2021-11-15 08:43:04 +0100
commit147b96cccc7033d336ca9f39fb2b6635ec61ab12 (patch)
treed7be82c7f0af6adffdaba304efe555a7a26a4af8 /assets/css/components/_header.scss
parentUpdated Iosevka (diff)
downloadvolpeon.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/_header.scss')
-rw-r--r--assets/css/components/_header.scss6
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);