From a1ddf0d145544c134a14bd5a972505cacbff4173 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 7 May 2026 20:08:53 +0200 Subject: [PATCH] Make app container a flexbox --- src/styles/common.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/common.css b/src/styles/common.css index 3f36876..9870eed 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -5,4 +5,6 @@ body { #app { min-height: 100vh; + display: flex; + flex-direction: column; } \ No newline at end of file