Fixed header disappearing at 800px width.
This commit is contained in:
parent
b7a14de9df
commit
f4ca3edddf
1 changed files with 1 additions and 1 deletions
|
@ -281,6 +281,6 @@
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
.header__desktop { display: none; }
|
.header__desktop { display: none; }
|
||||||
}
|
}
|
||||||
@media (min-width: 800px) {
|
@media (min-width: 801px) {
|
||||||
.header__mobile { display: none; }
|
.header__mobile { display: none; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue