From 7a3bc1531649d05e219cc89c8dab6ab538eeacdd Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 23 Jan 2024 17:25:26 +0100 Subject: [PATCH] few responsive adjustements --- template-components/heading-box--news.css | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/template-components/heading-box--news.css b/template-components/heading-box--news.css index f511b07..c247ee8 100644 --- a/template-components/heading-box--news.css +++ b/template-components/heading-box--news.css @@ -1,16 +1,11 @@ .heading-box--news { - @apply /* container */ - /* bg-primary */ - /* text-white */ - /* mx-auto */ - /* py-12 */ - /* px-8 */ - /* rounded-3xl */ - mt-8 - flex - relative - flex-nowrap - justify-between; + @apply mt-8 + py-8 + lg:py-16 + flex + relative + flex-nowrap + justify-between; .post-infos-capsule { @apply mt-8; }