Browse Source

fix(docs): Fix top bar menu on mobile wrapping

Michael Bromley 6 years ago
parent
commit
bc94ee645b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/assets/styles/_top-bar.scss

+ 1 - 0
docs/assets/styles/_top-bar.scss

@@ -22,6 +22,7 @@
 
 
     @media all and (max-width: $sm-breakpoint){
     @media all and (max-width: $sm-breakpoint){
         padding: 12px;
         padding: 12px;
+        font-size: $font-size-14;
     }
     }
 
 
     &.landing-page {
     &.landing-page {