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