Stripping out material because meh. Also loading in cels at the right ordering

This commit is contained in:
Lani Aung
2024-02-11 16:14:51 -07:00
parent 70c85d0e18
commit bf5a47c650
25 changed files with 1167 additions and 12116 deletions
+28
View File
@@ -0,0 +1,28 @@
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
width: 100%;
main {
align-items: center;
display: flex;
flex-direction: column;
flex-grow: 1;
.container {
height: 100%;
width: 100%;
}
}
footer {
text-align: center;
}
}