RESPONSIVE FIX batch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-09-03 16:11:34 +02:00
parent e2fba59e2a
commit f9741ef024
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
.chapter-section { .chapter-section {
@apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-0; @apply relative lg:flex items-center justify-between gap-8 2xl:gap-12 !my-0;
@apply py-32 xl:py-32 2xl:py-48 px-32; @apply py-32 xl:py-32 2xl:py-48 px-4 md:px-32;
@apply max-w-screen-2xl mx-auto; @apply max-w-screen-2xl mx-auto;
color: var(--content-box-text-color); color: var(--content-box-text-color);

View File

@ -1,5 +1,5 @@
.block-dernieres-dynamiques { .block-dernieres-dynamiques {
@apply bg-primary text-white pt-20 px-12; @apply bg-primary text-white pt-20 px-4 md:px-12;
overflow: visible !important; overflow: visible !important;
&__inner { &__inner {
@ -7,10 +7,10 @@
} }
&__header { &__header {
@apply flex items-end justify-between gap-8 uppercase text-4xl mb-12; @apply flex flex-wrap items-end justify-between gap-8 gap-y-2 uppercase text-4xl mb-12;
.block-title { .block-title {
@apply flex grow items-end justify-between gap-8 uppercase text-6xl; @apply flex grow items-end justify-between gap-8 uppercase text-2xl md:text-4xl lg:text-6xl;
span { span {
@apply block shrink-0; @apply block shrink-0;
} }
@ -21,7 +21,7 @@
} }
} }
.header-link { .header-link {
@apply text-lg font-bold nunito flex items-center gap-3; @apply text-lg font-medium nunito flex items-center gap-3;
text-transform: none; text-transform: none;
span { span {
@apply pt-1; @apply pt-1;

View File

@ -25,11 +25,11 @@
} }
&__slider-content { &__slider-content {
@apply py-16 pt-32; @apply py-16 pt-8 md:pt-16 lg:pt-32;
} }
.card-revue { .card-revue {
@apply flex flex-col lg:grid lg:grid-cols-2 gap-y-12 2xl:gap-y-16 pb-12 gap-x-12 2xl:gap-x-24 px-12; @apply flex flex-col lg:grid lg:grid-cols-2 gap-y-2 md:gap-y-12 2xl:gap-y-16 pb-12 gap-x-12 2xl:gap-x-24 lg:px-12 px-4;
@screen lg { @screen lg {
grid-template-columns: 61.8fr 38.2fr; grid-template-columns: 61.8fr 38.2fr;
} }
@ -42,7 +42,7 @@
&__content { &__content {
h4.title { h4.title {
@apply uppercase text-7xl font-normal pb-8; @apply uppercase text-3xl md:text-6xl lg:text-4xl font-normal pb-8;
} }
h5.edito-title { h5.edito-title {
@apply text-2xl font-bold uppercase pb-8; @apply text-2xl font-bold uppercase pb-8;

View File

@ -1,5 +1,5 @@
.subscribe-infolettre { .subscribe-infolettre {
@apply relative !text-white px-24; @apply relative !text-white lg:px-24 px-4 md:px-12;
z-index: 5; z-index: 5;
&:after { &:after {