tweaking padding details

This commit is contained in:
Antoine M 2023-10-19 17:29:18 +02:00
parent f219341db5
commit 621eb0a22d

View File

@ -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 {