updating page with new highlighted components

This commit is contained in:
Antoine M 2023-12-13 11:33:08 +01:00
parent f423d685fa
commit c20dcabd52

View File

@ -56,7 +56,7 @@
img { img {
@apply rounded-2xl object-cover; @apply rounded-2xl object-cover;
aspect-ratio: 16/9; /* aspect-ratio: 16/9; */
max-width: 400px; max-width: 400px;
} }
&:before { &:before {
@ -83,7 +83,7 @@
} }
} }
#highlighted-share-publication { #highlighted-share-publication {
@apply bg-primary text-white items-start; @apply bg-primary text-white items-start mt-16;
/* @apply bg-gray items-start; */ /* @apply bg-gray items-start; */
.highlighted-publication__titling__title, .highlighted-publication__titling__title,
@ -95,7 +95,8 @@
.highlighted-share-publication__cover { .highlighted-share-publication__cover {
@apply rounded-2xl mt-12 md:mt-0; @apply rounded-2xl mt-12 md:mt-0;
max-width: 350px; max-width: 200px;
max-height: 230px;
} }
} }
.brochures-archives, .brochures-archives,
@ -104,9 +105,10 @@
@apply max-w-screen-xl mx-auto pt-4 pb-16 mt-8; @apply max-w-screen-xl mx-auto pt-4 pb-16 mt-8;
} }
&[filter-active] { /* &[filter-active] {
#highlighted-share-publication,
.highlighted-publication { .highlighted-publication {
@apply !hidden; @apply !hidden;
} }
} } */
} }