diff --git a/home/templates/home/home_articles_page.html b/home/templates/home/home_articles_page.html index 05caf6100e7ea4a1d4a67b509fc2e72f6f080e40..7e0af815fae8b97b1a75bc3b905bc7f57b22b849 100644 --- a/home/templates/home/home_articles_page.html +++ b/home/templates/home/home_articles_page.html @@ -12,9 +12,9 @@ </div> {% endif %} - <ul class="flex gap-4 lg:h-96 flex-wrap"> + <ul class="flex gap-4 flex-wrap"> {% for article in page.articles %} - <li class="bg-pii-cyan text-white p-7 lg:w-80"> + <li class="bg-pii-cyan lg:h-96 text-white p-7 lg:w-80"> <a class="flex flex-col gap-2 h-full" href="{{ article.url }}"