hangling hasIconTitle Toggle

This commit is contained in:
Antoine M 2023-11-24 17:09:09 +01:00
parent f180f8f2ee
commit 1ddae0acd6

View File

@ -1,8 +1,15 @@
.homegrade-blocks-highlight {
@apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto;
h3 {
@apply pb-4;
&__titling {
h3 {
@apply pb-4;
}
&--has-no-icon {
h3 {
@apply !text-4xl;
}
}
}
p {
@apply max-w-5xl;