Fix side margins on get-involved (#293)
continuous-integration/drone/push Build is passing Details

Closes #292

Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com>
Reviewed-on: #293
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-authored-by: j285he <j285he@localhost>
Co-committed-by: j285he <j285he@localhost>
This commit is contained in:
Jared He 2021-09-06 00:59:01 -04:00
parent 7cc2bea290
commit 1b2c37b3e0
1 changed files with 1 additions and 1 deletions

View File

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