Browse Source

Add some slight side margin to offline banner for mobile

pull/2742/head
Gabe Kangas 2 years ago
parent
commit
e522bddf53
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/ui/OfflineBanner/OfflineBanner.module.scss

2
web/components/ui/OfflineBanner/OfflineBanner.module.scss

@ -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;
} }
} }

Loading…
Cancel
Save