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 {
|
#top-menu {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
font-size: $font-size-header;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
&> div {
|
&> div {
|
||||||
|
@ -42,8 +43,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 2vh;
|
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in New Issue