From 1b9b0d899c1f645d6a1068cd41329c1e83957146 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 28 Nov 2023 14:59:18 +0100 Subject: [PATCH] refining padding for container --- resources/css/components/publications-grid-array.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/components/publications-grid-array.css b/resources/css/components/publications-grid-array.css index 6800184..1bb74c3 100644 --- a/resources/css/components/publications-grid-array.css +++ b/resources/css/components/publications-grid-array.css @@ -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 {