diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs
index 9d0e9162503a4721edc285c1ad56457cdeb6f968..f8e72b85212956f9facb4cb3f4b2e437af140643 100644
--- a/src/static/templates/admin/base.hbs
+++ b/src/static/templates/admin/base.hbs
@@ -21,6 +21,12 @@
             padding-top: 70px;
         }
 
+        @media (max-width:768px) {
+            body {
+                padding-top: 190px;
+            }
+        }
+
         img {
             width: 48px;
             height: 48px;