Fix font size on mobile menu

foundation/fix-avatar
nicholas antonov 2018-05-16 19:10:53 -04:00
parent 6b20074397
commit 01c43a1bbd
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -20,6 +20,7 @@
#top-menu {
height: 100vh;
width: 100vw;
font-size: $font-size-header;
top: 0;
left: 0;
&> div {
@ -42,8 +43,6 @@
display: flex;
flex-direction: row;
align-items: center;
font-size: 2vh;
height: 100%;
}
flex: 1;