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,9 +1,16 @@
.homegrade-blocks-highlight { .homegrade-blocks-highlight {
@apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto; @apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto;
&__titling {
h3 { h3 {
@apply pb-4; @apply pb-4;
} }
&--has-no-icon {
h3 {
@apply !text-4xl;
}
}
}
p { p {
@apply max-w-5xl; @apply max-w-5xl;
margin-bottom: 10px; margin-bottom: 10px;