pull/79/head
geese_suck 2022-12-16 20:52:40 -08:00
parent cf9720c3cf
commit 07bda514d6
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
3 changed files with 21 additions and 0 deletions

View File

@ -540,3 +540,19 @@ body {
bottom: 3rem !important;
}
}
/*footer*/
footer::after {
content: "";
display: block;
position: fixed;
bottom: 0;
left: 0;
height: 320px;
width: 100%;
background-image: url("/assets/images/event/footer.svg");
background-size: cover;
background-repeat: no-repeat;
pointer-events: none;
z-index: -1;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -103,4 +103,8 @@
</script>
{% endif %}
{% block footer %}
<footer></footer>
{% endblock %}
{% endblock %}