Fix font size on mobile menu
parent
6b20074397
commit
01c43a1bbd
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue