diff --git a/styles/app/index.styl b/styles/app/index.styl index 519fb18de6..7d96c44d20 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -32,6 +32,12 @@ html,body,p,h1,ul,li,table,tr,th,td box-sizing: border-box z-index: 1000 +@media (max-width: 480px) { + #head { + position: static; + } +} + #head .pull-right margin-right: 0 margin-left: 1% @@ -123,6 +129,12 @@ html,body,p,h1,ul,li,table,tr,th,td /*overflow:auto;*/ padding-bottom: 250px; /* don't know why this works, sticky footers are weird */ +@media (max-width: 480px) { + #wrap { + margin-top: 0 + } +} + /* Tokens -------------------------------------------------- */ /* Adaptation of GH's social-count for Tokens */ diff --git a/views/app/index.html b/views/app/index.html index e7179bfe07..2c8ea7ef87 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -295,11 +295,11 @@ do a find for the string after "→"
-
+
-
+