1
0
Эх сурвалжийг харах

Fix notice overlapping sidebar on mobile

Thibaut Courouble 9 жил өмнө
parent
commit
87ede1f4a0

+ 4 - 1
assets/stylesheets/components/_mobile.scss

@@ -117,7 +117,10 @@
     left: 0;
     padding: 0 .5rem;
 
-    ~ ._sidebar { padding-bottom: 4rem; }
+    ~ ._sidebar {
+      margin-top: 2.5rem;
+      padding-bottom: 4rem;
+    }
   }
 
   ._notice-text { font-size: .75em; }