page press components spacing

This commit is contained in:
Antoine M 2023-12-13 16:30:21 +01:00
parent 12ecf01c00
commit bd83a48608
4 changed files with 19 additions and 4 deletions

View File

@ -1,7 +1,10 @@
.homegrade-blocks-communiques-presse-feed { .homegrade-blocks-communiques-presse-feed {
@apply py-16; @apply mt-12 mb-12;
.section_titling__title:first-child {
@apply mt-0;
}
.card-grid-container { .card-grid-container {
@apply pt-0; @apply py-0;
} }
.card-news__title { .card-news__title {
@apply my-0; @apply my-0;

View File

@ -1,4 +1,8 @@
.homegrade-blocks-kit-presse { .homegrade-blocks-kit-presse {
@apply py-6;
.section_titling__title {
@apply mt-0;
}
.table_head { .table_head {
@apply grid gap-x-8 gap-4 grid-cols-9 font-bold @apply grid gap-x-8 gap-4 grid-cols-9 font-bold
bg-neutral-100 rounded-3xl py-8 px-8; bg-neutral-100 rounded-3xl py-8 px-8;
@ -15,7 +19,7 @@
} }
} }
&__press-grid-datas { &__press-grid-datas {
@apply py-12; @apply pt-12;
} }
&__press-ressource { &__press-ressource {
@apply grid gap-x-8 gap-4 px-4 !py-8 list-none; @apply grid gap-x-8 gap-4 px-4 !py-8 list-none;

View File

@ -1,4 +1,5 @@
.homegrade-blocks-press-photo-kit { .homegrade-blocks-press-photo-kit {
@apply py-6;
&__photo-grid { &__photo-grid {
@apply grid grid-cols-4 py-8 gap-8; @apply grid grid-cols-4 py-8 gap-8;
} }
@ -23,4 +24,7 @@
} */ } */
} }
} }
.section_titling__title:first-child {
@apply mt-0;
}
} }

View File

@ -1,4 +1,5 @@
.homegrade-blocks-press-reviews { .homegrade-blocks-press-reviews {
@apply py-6;
.table_head { .table_head {
@apply grid gap-x-8 gap-4 grid-cols-10 font-bold @apply grid gap-x-8 gap-4 grid-cols-10 font-bold
bg-neutral-100 rounded-3xl py-8 px-8; bg-neutral-100 rounded-3xl py-8 px-8;
@ -15,7 +16,7 @@
} }
} }
&__article-grid { &__article-grid {
@apply py-12; @apply !pt-0 !mt-0;
} }
&__press-article { &__press-article {
@apply grid gap-x-8 gap-4 px-4 !py-8; @apply grid gap-x-8 gap-4 px-4 !py-8;
@ -56,4 +57,7 @@
&__article-download { &__article-download {
@apply col-span-2; @apply col-span-2;
} }
.section_titling__title:first-child {
@apply mt-0;
}
} }