Merge pull request from safing/fix/animation-2

Fix animation
This commit is contained in:
David 2022-10-18 14:35:29 +00:00 committed by GitHub
commit 5ae5acb626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,4 +16,16 @@
opacity: 0.25;
height: 30px;
width: 2px;
}
@media (max-width: 768px) {
.header-two-container .header-bg {
display: none;
}
}
@media (min-width: 1536px) {
.header-two-container .header-bg {
display: block !important;
}
}