minor style stuff

This commit is contained in:
Alexander 2025-06-09 15:39:31 -04:00
parent c175437b55
commit 7ccb524efa
13 changed files with 134 additions and 82 deletions

5
site/css/layout.css Normal file
View file

@ -0,0 +1,5 @@
.container {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}