remove blur on mobile
This commit is contained in:
parent
6fb6959d45
commit
088e14ebeb
1 changed files with 19 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue