add more pages & update them

This commit is contained in:
kittentm 2025-12-30 04:25:58 +01:00
commit b5c1990aa9
6 changed files with 106 additions and 1 deletions

6
html/stages/styles.css Normal file
View file

@ -0,0 +1,6 @@
.content {
display: flex;
justify-content: center;
padding-top: 24px;
padding-bottom: 300px; /* forces scroll */
}