little style fix
This commit is contained in:
parent
6e410d8ee7
commit
4fbe17595b
2 changed files with 11 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue