adapting to handle has--ilustration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-01-22 15:20:59 +01:00
parent 82340dd0c9
commit 538ae10cad

View File

@ -37,6 +37,7 @@
}
}
}
&__logo {
@apply p-4 bg-white h-auto flex justify-center items-center rounded-3xl;
width: 150px;
@ -47,6 +48,7 @@
@apply max-h-full max-w-full block;
}
}
.wp-block-buttons {
@apply gap-x-4;
}
@ -140,6 +142,24 @@
}
}
.homegrade-blocks-highlight--has-illustration {
@apply flex items-center justify-between xl:justify-around;
&__illustration {
@apply flex justify-center items-center rounded-3xl w-48 h-48 xl:w-52 xl:h-52 object-contain object-center shrink-0;
aspect-ratio: 1/1;
margin-top: -10px;
}
&__content {
@apply max-w-3xl;
}
h3 {
@apply text-2xl font-bold;
}
}
.page {
.homegrade-blocks-highlight--classic ul li:before {
@apply bg-white;