From b51ce1302429b1be515150b85994cfa9412e82f8 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Tue, 16 Apr 2024 09:18:19 +0200 Subject: [PATCH] CSS correction --- public/css/Studentenverwaltung.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/Studentenverwaltung.css b/public/css/Studentenverwaltung.css index f77988451..d29455097 100644 --- a/public/css/Studentenverwaltung.css +++ b/public/css/Studentenverwaltung.css @@ -24,15 +24,15 @@ html { border-radius: 0!important; } -#main { +.stv { display: flex; flex-direction: column; height: 100vh; } -#main > header { +.stv > header { flex: 0 0 auto; } -#main > div { +.stv > div { flex: 1 1 auto; }