diff --git a/resources/css/blocks/kit-presse.css b/resources/css/blocks/kit-presse.css index cdcc7b2..49b38c1 100644 --- a/resources/css/blocks/kit-presse.css +++ b/resources/css/blocks/kit-presse.css @@ -32,18 +32,21 @@ &__press-ressource + &__press-ressource { border-top: 1px solid #e2e8f0; } + &__ressource-typename { + @apply flex gap-8 col-span-4 items-center; + } &__ressource-icon { @apply bg-white shadowed - w-24 h-24 - mx-auto - rounded-3xl + shrink-0 + w-20 h-20 + rounded-2xl flex items-center justify-center; /* @apply w-12 col-span-1; */ img { - max-width: 80%; - max-height: 50%; + max-width: 50%; + max-height: 60%; } } &__ressource-title { @@ -56,6 +59,6 @@ @apply col-span-2 capitalize; } &__ressource-download { - @apply col-span-2; + @apply col-span-2 mx-auto; } } diff --git a/resources/css/blocks/press-reviews.css b/resources/css/blocks/press-reviews.css index f7ce945..a1ed1e7 100644 --- a/resources/css/blocks/press-reviews.css +++ b/resources/css/blocks/press-reviews.css @@ -32,16 +32,16 @@ } &__review-icon { @apply bg-white shadowed - w-24 h-24 + w-20 h-20 mx-auto - rounded-3xl + rounded-2xl flex items-center justify-center; /* @apply w-12 col-span-1; */ img { - max-width: 80%; - max-height: 50%; + max-width: 50%; + max-height: 60%; } } &__article-title-link {