Fix side margins on get-involved #293

Merged
j285he merged 1 commits from jared-side-margins into main 2021-09-06 00:59:02 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
@media only screen and (max-width: calc(768rem / 16)) { @media only screen and (max-width: calc(768rem / 16)) {
.page { .page {
margin: calc(30rem / 16); margin: calc(30rem / 16) 0;
} }
.page > header { .page > header {