diff options
-rw-r--r-- | static/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 0b5955d..488a602 100644 --- a/static/style.css +++ b/static/style.css @@ -194,10 +194,11 @@ button { body { min-width: 0; width: 100%; + max-width: 100%; } - #filters h4, #filters button, #filters h1 { + #filters h4, #filters h1 { display: none; } @@ -241,4 +242,4 @@ button { min-width: 0; width: 100%; } -}
\ No newline at end of file +} |