Browse Source

Improve header responsive

afc163 8 years ago
parent
commit
854848872b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/layouts/BasicLayout.less

+ 6 - 0
src/layouts/BasicLayout.less

@@ -49,6 +49,12 @@
   }
 }
 
+@media screen and (max-width: @screen-xs) {
+  .trigger {
+    display: none;
+  }
+}
+
 .right {
   float: right;
   height: 100%;