diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 13:55:09 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 13:55:09 +0100 |
commit | 41e4fd64e20c1d997f9d2cfa0b5a58d42f516c9a (patch) | |
tree | 0924e35c4e31471f93097d3081d94ae93f2f3453 /web/public | |
parent | 20873ba66a39a337cb5cca45f3353199c909ed71 (diff) | |
download | taginfo-41e4fd64e20c1d997f9d2cfa0b5a58d42f516c9a.tar taginfo-41e4fd64e20c1d997f9d2cfa0b5a58d42f516c9a.tar.gz |
Don't use absolute positioning for the menu on small screens
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index a925372..c99c71c 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -177,13 +177,6 @@ div#header { padding: 15px 20px 10px 20px; } -@media screen and (max-width: 40em) { - div#header { - position: absolute; - top: 20px; - } -} - div#header_date { position: absolute; top: 12px; |