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%); */ }