a lot of refactoring and cleaning up

This commit is contained in:
Will Freeman
2024-12-27 20:22:04 -07:00
parent 75e12f43a4
commit 1ba3f9c3bb
15 changed files with 216 additions and 320 deletions
+5
View File
@@ -31,3 +31,8 @@ p {
.serif {
font-family: "PT Serif", serif;
}
/* Prevent Scrolling Horizontally */
html, body {
overflow-x: hidden;
}
+1 -1
View File
@@ -13,7 +13,7 @@ h1, h2, h3, h4, h5, h6 {
}
p {
margin: 0.5em 0;
margin: 0.8em 0;
}
ul, ol {