diff options
Diffstat (limited to 'www/css/mobile.css')
-rw-r--r-- | www/css/mobile.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css index f17f753..4b0751f 100644 --- a/www/css/mobile.css +++ b/www/css/mobile.css @@ -8,13 +8,16 @@ padding-bottom: 0; } +.nodisplay { + display: none; +} + .mobile-nav-banner { position: fixed; background: black; } .mobile-sign-in-banner { - display: none; background: none; } |