From 621eb0a22d2bd1b351ce37282477a5026da6beda Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Oct 2023 17:29:18 +0200 Subject: [PATCH] tweaking padding details --- resources/css/blocks/timeline.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index b4c33b7..83714dc 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -31,10 +31,11 @@ } } &__icon { - @apply w-24 h-24 shrink-0 bg-white shadowed p-4 rounded-3xl; + @apply w-24 h-24 shrink-0 bg-white shadowed p-4 rounded-3xl flex justify-center items-center; img { - @apply max-w-full max-h-full mx-auto; + @apply mx-auto object-contain w-12 h-10; + max-height: 3rem; } } &__content {