🐞 fix: Adjust main padding
Deploy to Dreamhost (dev) / build (push) Successful in 32s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-20 21:22:49 -05:00
parent df6e8cd7ef
commit 0c1594a091
+1 -1
View File
@@ -26,7 +26,7 @@ main#maincontent {
background-color: var(--color-background);
color: var(--color-text);
margin: 0;
padding: 0 0 4rem;
padding: 0 0 5rem;
}
.container {