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 {