From dd2a8bb9338c3aa936135253b11be203f47ff999 Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 28 May 2019 19:14:50 -0500 Subject: [PATCH] attempt to fix spacing and sizing --- templates/article.html | 8 +------- templates/categories.html | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/templates/article.html b/templates/article.html index 81a07c7..67bf012 100644 --- a/templates/article.html +++ b/templates/article.html @@ -40,8 +40,7 @@ {% endblock %} {% block content %} - -
+
{% endblock %} diff --git a/templates/categories.html b/templates/categories.html index 2bb261b..67f311f 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -6,11 +6,11 @@

Categories

{% for category, articles in categories %} -

{{ category|capitalize }}

+

{{ category|capitalize }}

{% for article in articles %}