Explorar el Código

add max-height for a navbar

kaoritokashiki hace 5 años
padre
commit
3bd45bf88d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/client/styles/scss/_navbar.scss

+ 1 - 0
src/client/styles/scss/_navbar.scss

@@ -1,4 +1,5 @@
 .grw-navbar {
+  max-height: 60px;
   border-top: 0;
   border-right: 0;
   border-bottom: $grw-navbar-border-width solid;