mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-09 14:40:16 -04:00
fixed css error
This commit is contained in:
parent
a484c18f80
commit
0c274fa0a1
|
@ -12,7 +12,7 @@
|
|||
@media (max-width: 768px) {
|
||||
.hero {
|
||||
background: url("{{ location.hero_mobile.url }}");
|
||||
background-attachment: fixed
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
-webkit-background-size: cover;
|
||||
|
|
Loading…
Reference in New Issue
Block a user