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