From 8a591792dded1762fb78e437712060b16666acb5 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 18 Apr 2023 19:27:57 +0200 Subject: [PATCH] Added the min-height property to the root.sass --- src/common/styles/root.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/styles/root.sass b/src/common/styles/root.sass index e830f38..749035f 100644 --- a/src/common/styles/root.sass +++ b/src/common/styles/root.sass @@ -8,6 +8,7 @@ body, html margin: 0 padding: 0 font-family: 'Inter', sans-serif + min-height: 100vh background: no-repeat $ball1, no-repeat $ball2, no-repeat $ball3, $background .align-center