1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 21:19:09 +00:00

Fix animation

This commit is contained in:
Luke Seers 2022-10-18 16:34:15 +02:00
parent 3714800fd7
commit 4e6ffa8900

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;
}
}