remove blur on mobile

This commit is contained in:
freeplay 2023-07-06 20:31:32 -04:00
parent 6fb6959d45
commit 088e14ebeb

View file

@ -452,6 +452,7 @@ function showMenu(ev) {
> .header {
position: relative;
margin-top: -30px;
@media (min-width: 1099px) {
&::before {
content: "";
position: absolute;
@ -470,6 +471,7 @@ function showMenu(ev) {
transparent
);
}
}
> .logo {
height: 80px;
min-width: 80px;