refining padding for container

This commit is contained in:
Antoine M 2023-11-28 14:59:18 +01:00
parent cb8d52ecc6
commit 1b9b0d899c

View File

@ -1,8 +1,8 @@
.publications-grid {
@apply max-w-screen-xl mx-auto py-12 mb-12;
@apply max-w-screen-xl mx-auto pt-12 mb-12;
&__row {
@apply grid grid-cols-11 gap-8;
@apply grid lg:grid-cols-11 gap-8;
align-items: center;
}
&__row + &__row {