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