From ded26275f01bbdc1d0e8dcc2dc96d421d99054ba Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 4 Dec 2023 11:29:38 +0100 Subject: [PATCH] few responsive adaptations --- resources/css/pages/template-archive-publications.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/css/pages/template-archive-publications.css b/resources/css/pages/template-archive-publications.css index 6b4bc42..440a3ad 100644 --- a/resources/css/pages/template-archive-publications.css +++ b/resources/css/pages/template-archive-publications.css @@ -13,7 +13,8 @@ rounded-2xl bg-secondary-light flex - flex-row + flex-col + md:flex-row items-center justify-around; &__infos { @@ -48,7 +49,7 @@ &__cover { /* transform: translateY(-30%); */ - @apply rounded-2xl; + @apply rounded-2xl mt-12 md:mt-0; max-width: 200px; /* transform: scale(2) translate(-50%, -20%); */ }