center background image

This commit is contained in:
sakrecoer 2021-04-04 20:09:46 +02:00
parent 92b6810205
commit 090d18b1fe

View file

@ -59,6 +59,7 @@
background-image: url({{ page.image }});
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
</style>
{% endif %}