master
kek7198 2021-12-19 22:18:18 -06:00
parent e0c4578f13
commit b6cdd3939c
3 changed files with 3 additions and 3 deletions

View File

@ -257,7 +257,7 @@
{% endblock %} {% endblock %}
<div class="w-full md:px-4"> <div class="w-full md:px-4">
<div class="w-full max-w-screen-2xl mx-auto mb-4 md:px-4 grid grid-cols-12 gap-6 bg-gray-300 md:bg-gray-200 dark:bg-gray-700 md:dark:bg-gray-800 rounded-b" id="main-content-row"> <div class="w-full max-w-screen-2xl mx-auto mb-4 md:px-4 grid grid-cols-12 gap-6 bg-gray-300 md:bg-gray-200 dark:bg-gray-800 rounded-b" id="main-content-row">
{% block searchText %} {% block searchText %}
{% endblock %} {% endblock %}

View File

@ -25,7 +25,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div class="col-span-full xl:col-span-9"> <div class="col-span-full xl:col-span-9 dark:bg-gray-700 md:dark:bg-gray-800">
<ul class="flex flex-col sm:py-4 my-2.5 sm:my-0" id="posts"> <ul class="flex flex-col sm:py-4 my-2.5 sm:my-0" id="posts">
{% include "CHRISTMAS/submission_listing.html" %} {% include "CHRISTMAS/submission_listing.html" %}

View File

@ -23,7 +23,7 @@
{% block content %} {% block content %}
<!-- Comments list --> <!-- Comments list -->
<div class="col-span-full px-2.5 md:px-0 dark:bg-gray-800" id="posts"> <div class="col-span-full px-2.5 md:px-0" id="posts">
{% include "CHRISTMAS/comments.html" %} {% include "CHRISTMAS/comments.html" %}
</div> </div>
<!-- Pagination --> <!-- Pagination -->