summaryrefslogtreecommitdiffstats
path: root/assets/css/_basics.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_basics.scss')
-rw-r--r--assets/css/_basics.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss
index 71beceb..6da5e88 100644
--- a/assets/css/_basics.scss
+++ b/assets/css/_basics.scss
@@ -24,12 +24,19 @@ html {
24 font-family: $font-fam--text; 24 font-family: $font-fam--text;
25 font-size: 1em / 16px * $font-size; 25 font-size: 1em / 16px * $font-size;
26 line-height: $line-height; 26 line-height: $line-height;
27 scroll-behavior: smooth; 27 height: 100%;
28} 28}
29 29
30body { 30body {
31 margin: 0; 31 display: flex;
32 padding: 0; 32 flex-direction: column;
33 min-height: 100%;
34 margin: 0;
35 padding: 0;
36}
37
38main {
39 font-size: 1 / 16 * 19em;
33} 40}
34 41
35pre, 42pre,