aboutsummaryrefslogtreecommitdiff
path: root/static/css/hotdog.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/hotdog.css')
-rw-r--r--static/css/hotdog.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/hotdog.css b/static/css/hotdog.css
index af81c70..bd4935a 100644
--- a/static/css/hotdog.css
+++ b/static/css/hotdog.css
@@ -158,3 +158,9 @@ select:focus{
border:4px double #000;
padding:2px
}
+
+@media (max-width: 600px) {
+ #main_nav {
+ margin: -4px -4px 0;
+ }
+}