fix: add bottom margin to container for spacing before footer

This commit is contained in:
russell@unturf.com 2026-03-29 09:47:01 -04:00
parent ff3e239f30
commit 35aa5a2d65

View file

@ -172,6 +172,7 @@ select {
.container {
max-width: 860px;
margin-bottom: 60px;
}