This commit is contained in:
HearMeWhisper 2022-03-23 08:58:29 -04:00
parent 9f95333beb
commit e77ed3df7c

9
zzpowder/style.css Normal file
View File

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