This commit is contained in:
JurajKubrican
2025-01-10 23:46:36 +01:00
parent ca99429d79
commit 4b04531746
6 changed files with 107 additions and 91 deletions

8
css/main.css Normal file
View File

@@ -0,0 +1,8 @@
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
main {
flex: 1;
}