diff options
-rw-r--r-- | juick-www/src/main/assets/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css index d2b5bda1..54d73b48 100644 --- a/juick-www/src/main/assets/style.css +++ b/juick-www/src/main/assets/style.css @@ -477,9 +477,6 @@ article .tags > a, #header_wrapper { width: auto; } - #wrapper { - margin-top: 104px; - } #search { padding: 4px; } @@ -515,7 +512,7 @@ article .tags > a, @media screen and (max-width: 480px) { #wrapper { - margin-top: 154px; + margin-top: 104px; } .msg-txt { padding-top: 5px; |