From 05a7897b6f9d4fa21411a89430618c60d57c494e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 1 Oct 2024 15:30:03 +0200 Subject: [PATCH] handling legend and description --- resources/css/blocks/focused-schema.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/focused-schema.css b/resources/css/blocks/focused-schema.css index ebb000e..238643f 100644 --- a/resources/css/blocks/focused-schema.css +++ b/resources/css/blocks/focused-schema.css @@ -1,11 +1,15 @@ .homegrade-blocks-focused-schema { figure.picture-container { - @apply overflow-x-hidden; + /* @apply overflow-x-hidden; */ img { @apply rounded-3xl; } } figcaption { + .legend, + .description { + @apply !text-base !text-neutral-600 font-medium; + } ol { @apply xl:grid grid-cols-2; }