Made some initial site layout

This commit is contained in:
Gregory Ballantine
2025-11-18 16:10:18 -05:00
parent 5a3eb16a7f
commit 31779ad4b1
4 changed files with 27 additions and 8 deletions

13
static/css/zaros.css Normal file
View File

@@ -0,0 +1,13 @@
body{
background: #eee;
}
.container.fluid{
width: 100%;
max-width: 100%;
}
#main-wrapper{
background: white;
border-radius: 8px;
}