From bf26a8f4ce385e8bc4b5665d900be5d8387a10c9 Mon Sep 17 00:00:00 2001 From: flw Date: Fri, 2 Aug 2024 10:08:46 +0200 Subject: [PATCH] fix: schmerzen --- src/app/app.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 93156cb..378d64b 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -1,3 +1,7 @@ +main { + min-height: 77vh; +} + app-footer { width: 100%; }