Browse Source

hide drawer on small displays

Rodja Trappe 2 năm trước cách đây
mục cha
commit
aef7e15f6b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      website/static/style.css

+ 6 - 0
website/static/style.css

@@ -113,6 +113,12 @@ dl.field-list p {
   }
 }
 
+@media only screen and (max-width: 600px) {
+  .q-drawer {
+    display: none;
+  }
+}
+
 /* google-webfonts-helper (https://gwfh.mranftl.com/fonts) */
 /* fira-sans-regular - latin */
 @font-face {