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; }