diff options
author | Vitaly Takmazov | 2018-04-07 19:30:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-07 19:30:53 +0300 |
commit | 202843062f9ea05a7af401fe68b1934c36966c4e (patch) | |
tree | a425f3c15c9c00aa0af21eb6ba5c6dd924cb5cec /juick-www/src/main/assets | |
parent | d93a603f60db6af5f2e6c3a058f419ed20c14f5f (diff) |
www: new navigation fixes
Diffstat (limited to 'juick-www/src/main/assets')
-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; |