STYLE Refining aspect with inner paddings and few details

This commit is contained in:
Antoine M 2025-06-19 14:55:30 +02:00
parent 09195b8649
commit 4b6532d640

View File

@ -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;
}