From 62bdc92c56b0e331db342f42d554e29ca4c00e58 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 14 Nov 2023 15:43:02 +0100 Subject: [PATCH] rounded edges for timeline pictures --- resources/css/blocks/timeline.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index 6e2f760..512373a 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -33,8 +33,9 @@ @apply grid grid-cols-3 gap-12 py-6; &__cover { @apply max-w-md h-auto; + border-radius: 22px; img { - @apply pb-3; + @apply rounded-3xl mb-3; } .description, .caption {