From c20dcabd52eefc588cad3253321352f1bc774c51 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Dec 2023 11:33:08 +0100 Subject: [PATCH] updating page with new highlighted components --- .../css/pages/template-archive-publications.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/css/pages/template-archive-publications.css b/resources/css/pages/template-archive-publications.css index 7b4cd90..97110ee 100644 --- a/resources/css/pages/template-archive-publications.css +++ b/resources/css/pages/template-archive-publications.css @@ -56,7 +56,7 @@ img { @apply rounded-2xl object-cover; - aspect-ratio: 16/9; + /* aspect-ratio: 16/9; */ max-width: 400px; } &:before { @@ -83,7 +83,7 @@ } } #highlighted-share-publication { - @apply bg-primary text-white items-start; + @apply bg-primary text-white items-start mt-16; /* @apply bg-gray items-start; */ .highlighted-publication__titling__title, @@ -95,7 +95,8 @@ .highlighted-share-publication__cover { @apply rounded-2xl mt-12 md:mt-0; - max-width: 350px; + max-width: 200px; + max-height: 230px; } } .brochures-archives, @@ -104,9 +105,10 @@ @apply max-w-screen-xl mx-auto pt-4 pb-16 mt-8; } - &[filter-active] { + /* &[filter-active] { + #highlighted-share-publication, .highlighted-publication { @apply !hidden; } - } + } */ }