From 05b6a5d5139b7b0bbf2dfb07d223013ab3b42506 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 17 May 2026 20:59:37 +0200 Subject: [PATCH] Remove duplicated CSS rule '#app' --- src/styles/common.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/styles/common.css b/src/styles/common.css index 9adf663..928c382 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -19,12 +19,6 @@ body { font-size: 16px; } -#app { - min-height: 100vh; - display: flex; - flex-direction: column; -} - .link { text-decoration: none; }