fixed css error

This commit is contained in:
Rushil Umaretiya 2020-09-30 02:07:15 -04:00
parent a484c18f80
commit 0c274fa0a1

View File

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