From 8914b1517da84621321f954c0c639254bf4c4264 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sat, 12 Mar 2022 14:34:40 +0100 Subject: [PATCH] fixes --- files/bulma.css | 1 + style.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/files/bulma.css b/files/bulma.css index f837fb0..b518288 100644 --- a/files/bulma.css +++ b/files/bulma.css @@ -3316,6 +3316,7 @@ fieldset[disabled] .button { body > .container { padding-top: 30px; + flex-grow: 1; } .container { diff --git a/style.css b/style.css index c39e3c4..dc97c44 100644 --- a/style.css +++ b/style.css @@ -16,7 +16,10 @@ html { margin-top: 0px !important; } body { color: #1b1b1b; font-family: Inter, sans-serif; - overflow-x: hidden + overflow-x: hidden; + display: flex; + flex-direction: column; + height: 100vh; } a:hover {