handling top illustrations sizes

This commit is contained in:
Antoine M 2024-01-09 09:30:48 +01:00
parent 0b64298a81
commit 8e49164d38

View File

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