From f6b16a30ac36314a181498ec11d34e91eb6ec03e Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Wed, 9 Nov 2022 14:45:46 -0600 Subject: [PATCH] Make contest header bigger --- templates/contest/list.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/contest/list.html b/templates/contest/list.html index 60f2ed6..22e6bd5 100644 --- a/templates/contest/list.html +++ b/templates/contest/list.html @@ -20,6 +20,10 @@ padding: 1px 6px; } + .contest-group-header { + padding-bottom: 1em; + } + {% if page_obj and page_obj.number > 1%} #ongoing-table { display: none; @@ -275,10 +279,10 @@ {% endif %} {% if current_contests %} -

+

{{ _('Ongoing Contests') }} -

+
@@ -317,10 +321,10 @@ {% endif %} -

+

{{ _('Upcoming Contests') }} -

+ {% if future_contests %}
@@ -356,7 +360,7 @@
{% if past_contests %} -

{{ _('Past Contests') }}

+

{{ _('Past Contests') }}

{% if page_obj and page_obj.num_pages > 1 %}
{% include "list-pages.html" %}