little style fix

This commit is contained in:
Set Sakrecoer 2021-01-07 13:24:59 +01:00
parent 6e410d8ee7
commit 4fbe17595b
2 changed files with 11 additions and 1 deletions

View file

@ -52,6 +52,16 @@
</video>
</div>
{% endif %}
<!-- Transparent footer -->
{% if page.image %}
<style>
#main-wrapper {
background-image: url({{ page.image }});
background-attachment: fixed;
background-size: cover;
}
</style>
{% endif %}
</body>
</html>