css: adjust spacing around header on mobile.

This commit is contained in:
evazion
2022-05-21 14:57:49 -05:00
parent 80ced3e418
commit e7c507b7fc
4 changed files with 8 additions and 7 deletions

View File

@@ -1,12 +1,13 @@
@media screen and (max-width: 660px) {
div#page {
margin: 0 0.5rem;
margin: 0.5rem 0.5rem 0;
padding: 0;
}
header#top {
position: relative;
text-align: center;
margin-top: 0.25rem;
#maintoggle {
display: block;