From 520271c29ef92bb16f540ced38b71e5b406f8af9 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 7 Apr 2018 17:18:33 +0300 Subject: www: update navigation layout --- juick-www/src/main/assets/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'juick-www') diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css index b6cc3f28..d2b5bda1 100644 --- a/juick-www/src/main/assets/style.css +++ b/juick-www/src/main/assets/style.css @@ -72,7 +72,7 @@ html { #wrapper { margin: 0 auto; width: 1000px; - margin-top: 50px; + margin-top: 52px; } #column { float: left; @@ -478,7 +478,7 @@ article .tags > a, width: auto; } #wrapper { - margin-top: 150px; + margin-top: 104px; } #search { padding: 4px; @@ -514,6 +514,9 @@ article .tags > a, } @media screen and (max-width: 480px) { + #wrapper { + margin-top: 154px; + } .msg-txt { padding-top: 5px; } -- cgit v1.2.3