diff options
Diffstat (limited to 'juick-www/src/main/assets')
-rw-r--r-- | juick-www/src/main/assets/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
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; } |