From dc17b3d1863cc82b917ab5c07b01b298875cf3fe Mon Sep 17 00:00:00 2001 From: hedy Date: Sat, 6 May 2023 11:00:17 +0200 Subject: Fix extra whitespace from button --- pydis_site/templates/content/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pydis_site/templates/content/base.html b/pydis_site/templates/content/base.html index caa08819..b04c7efa 100644 --- a/pydis_site/templates/content/base.html +++ b/pydis_site/templates/content/base.html @@ -30,7 +30,8 @@
  • {{ page_title }}
  • -
    +
    +
    {# Sub-Article dropdown for category pages #} {% if subarticles %} {% include "content/dropdown.html" %} @@ -44,7 +45,6 @@
    {% endif %} - -- cgit v1.2.3