From 4b6532d6408f51092ebb4d83d950f6ff3d97e059 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Jun 2025 14:55:30 +0200 Subject: [PATCH] STYLE Refining aspect with inner paddings and few details --- resources/css/blocks/dernieres-dynamiques.css | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/resources/css/blocks/dernieres-dynamiques.css b/resources/css/blocks/dernieres-dynamiques.css index f78191f..bfc0ad1 100644 --- a/resources/css/blocks/dernieres-dynamiques.css +++ b/resources/css/blocks/dernieres-dynamiques.css @@ -1,5 +1,5 @@ .block-dernieres-dynamiques { - @apply bg-primary text-white pt-20; + @apply bg-primary text-white pt-20 px-12; overflow: visible !important; &__inner { @@ -10,7 +10,7 @@ @apply flex items-end justify-between gap-8 uppercase text-4xl mb-12; .block-title { - @apply flex grow items-end justify-between gap-8 uppercase text-4xl; + @apply flex grow items-end justify-between gap-8 uppercase text-6xl; span { @apply block shrink-0; } @@ -58,8 +58,9 @@ } &__issue-title { - @apply text-7xl uppercase pb-12; + @apply text-6xl uppercase pb-12; line-height: 1.1; + font-weight: 100 !important; } &__issue-content-wrapper { @apply grid gap-12 2xl:gap-24 pb-24; @@ -106,10 +107,17 @@ z-index: 2; } } - &__issue-description-title { - @apply uppercase nunito text-xl pb-4 font-bold; - letter-spacing: 4px; + + &__issue-description, + &__issue-parution { + @apply mb-12; + + h4.title { + @apply uppercase nunito text-xl font-bold pb-2; + letter-spacing: 4px; + } } + &__issue-description { @apply text-xl; }