center background image
This commit is contained in:
parent
92b6810205
commit
090d18b1fe
|
@ -59,6 +59,7 @@
|
||||||
background-image: url({{ page.image }});
|
background-image: url({{ page.image }});
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-position: center center;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue