few responsive adjustements

This commit is contained in:
Antoine M 2024-01-23 17:25:26 +01:00
parent e257cf4aa1
commit 7a3bc15316

View File

@ -1,16 +1,11 @@
.heading-box--news { .heading-box--news {
@apply /* container */ @apply mt-8
/* bg-primary */ py-8
/* text-white */ lg:py-16
/* mx-auto */ flex
/* py-12 */ relative
/* px-8 */ flex-nowrap
/* rounded-3xl */ justify-between;
mt-8
flex
relative
flex-nowrap
justify-between;
.post-infos-capsule { .post-infos-capsule {
@apply mt-8; @apply mt-8;
} }