remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 11:04:39 -06:00
parent 1e43bd8e30
commit 0f1399f37b
2 changed files with 7 additions and 3 deletions

View File

@ -4,8 +4,6 @@
<title>Shop</title>
{% endblock %}
{% block pagetype %}message{% endblock %}
{% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div>
@ -139,7 +137,13 @@
</div>
{% endblock %}
{% block modals %}
<div class="frost"></div>
{% include '/awards/Christmas/Snow.html' %}
{% endblock %}
{% block scripts %}
<script defer src="/assets/js/christmas/snow.js?v=1"></script>
<style>
@media (max-width: 768px) {
.table th {

View File

@ -141,12 +141,12 @@
{% block sidebar %}
{% include '/sidebars/SubmitSidebar.html' %}
{% include '/awards/Christmas/Snow.html' %}
{% endblock %}
{% block modals %}
{% include "emoji_modal.html" %}
{% include "gif_modal.html" %}
{% include '/awards/Christmas/Snow.html' %}
{% endblock %}
{% block scripts %}