From c680e2463046f4123f6ef3710e5cf9655cf3da57 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 21 Feb 2022 20:43:55 -0600 Subject: add collections and zones --- src/app.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/app.css') diff --git a/src/app.css b/src/app.css index abba4bf..6c9576f 100644 --- a/src/app.css +++ b/src/app.css @@ -97,16 +97,19 @@ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } + body { font-family: 'Atkinson Hyperlegible', sans-serif; color: var(--theme-main-text); background-color: var(--theme-main-background); margin: 0; overflow-x: hidden; + height: 100%; } html { scroll-behavior: smooth; + height: 100%; } /* content is uglier when its max width */ -- cgit