fixing padding problems
This commit is contained in:
parent
21fa169049
commit
f55f7dd92a
|
|
@ -1,6 +1,6 @@
|
|||
.homegrade-content-blocks-content-box {
|
||||
@apply card-large-content-container;
|
||||
@apply !pt-20 !pb-0 !my-14 !mb-14;
|
||||
@apply !pt-20 !pb-12 !my-14 !mb-14;
|
||||
|
||||
> :first-child:not(.homegrade-blocks-box-monoblock--has-illustration) {
|
||||
@apply !mt-0;
|
||||
|
|
@ -21,9 +21,11 @@
|
|||
.section_titling__subtitle {
|
||||
@apply !mb-0;
|
||||
}
|
||||
|
||||
.card-large-content + * {
|
||||
@apply !mt-16;
|
||||
}
|
||||
.card-large-content {
|
||||
@apply mt-2 mb-16;
|
||||
@apply mt-2;
|
||||
@apply flex-col items-start gap-0;
|
||||
|
||||
p {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user