Browse Source

add max-height for a navbar

kaoritokashiki 5 years ago
parent
commit
3bd45bf88d
1 changed files with 1 additions and 0 deletions
  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;