Slight tweak to mobile nav UI layout

This commit is contained in:
Said Achmiz 2020-02-11 23:42:01 -05:00
parent 42633d9f85
commit a2e3a0a561

View File

@ -368,7 +368,7 @@ article {
} }
@media only screen and (max-width: 960px) { @media only screen and (max-width: 960px) {
article { article {
margin-top: 2rem; margin-top: 3rem;
} }
} }
@supports (-webkit-hyphens:auto) or (-ms-hyphens:auto) or (hyphens:auto) { @supports (-webkit-hyphens:auto) or (-ms-hyphens:auto) or (hyphens:auto) {