Ver código fonte

Improve header responsive

afc163 9 anos atrás
pai
commit
854848872b
1 arquivos alterados com 6 adições e 0 exclusões
  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%;