disable animated background on mobile view automatically
This commit is contained in:
parent
f9a83a4097
commit
81f6bf89b7
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ bg-image {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
z-index: -10000;
|
z-index: -10000;
|
||||||
|
|
||||||
|
@media screen and (max-width: 60rem) {
|
||||||
|
display: none !important;
|
||||||
|
animation: unset !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
content-wrapper {
|
content-wrapper {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue