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 {