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 {
|
> .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;
|
||||||
|
|
Loading…
Reference in a new issue