From eaba5d2350b241e46b65f40042ae7645233d27ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Thu, 23 May 2024 16:38:53 +0200 Subject: [PATCH] update styling --- .../patterns/molecules/articles/article_title_preview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/majak_uistyleguide/templates/patterns/molecules/articles/article_title_preview.html b/majak_uistyleguide/templates/patterns/molecules/articles/article_title_preview.html index 24b55e2..b59ac7a 100644 --- a/majak_uistyleguide/templates/patterns/molecules/articles/article_title_preview.html +++ b/majak_uistyleguide/templates/patterns/molecules/articles/article_title_preview.html @@ -5,16 +5,16 @@ {{ classes }} " > - <div class="flex flex-col px-8 pb-10 pt-6 h-full"> + <div class="flex flex-col px-8 pb-6 pt-6 h-full"> <div class="text-xl text-grey-350 mb-2"> {{ date }} </div> - <a href="{{ url }}" class="mb-2 underline-offset-4"> + <a href="{{ url }}" class="underline-offset-4"> <h2 class="font-alt text-4xl">{{ title }}</h2> </a> - <div> + <div class="mt-2"> {% include 'patterns/molecules/tags/inline_tags.html' %} </div> </div> -- GitLab