diff --git a/resources/css/components/card-large-content.css b/resources/css/components/card-large-content.css index 59554d5..160e06b 100644 --- a/resources/css/components/card-large-content.css +++ b/resources/css/components/card-large-content.css @@ -8,11 +8,14 @@ .card-large-content { @apply bg-white max-w-screen-xl w-full rounded-3xl px-8 lg:px-14 py-16 relative; &--has-illustration { - @apply pt-40; + @apply pt-40 mt-16; } &__top-illustration { @apply absolute top-0 left-1/2; transform: translate(-50%, -50%); + width: 180px; + height: 180px; + object-fit: contain; } &__links-container { @apply grid grid-cols-3 gap-12;