CSS correction

This commit is contained in:
cgfhtw
2024-04-16 09:18:19 +02:00
parent efebaeeb27
commit b51ce13024
+3 -3
View File
@@ -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;
}