0

Add some slight side margin to offline banner for mobile

This commit is contained in:
Gabe Kangas 2023-02-22 18:07:12 -08:00
parent 9744d4680c
commit e522bddf53
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -21,7 +21,7 @@
@include screen(tablet) { @include screen(tablet) {
font-size: 1.2rem; font-size: 1.2rem;
padding: 1em; padding: 1em;
margin: 1rem auto; margin: 1rem 0.2rem;
} }
} }