responsive finetuning
This commit is contained in:
parent
98b5f8072d
commit
d439fe173e
|
|
@ -2,6 +2,13 @@
|
|||
@apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto;
|
||||
|
||||
&__titling {
|
||||
@apply sm:flex items-center;
|
||||
/* display: flex;
|
||||
align-items: center; */
|
||||
margin-bottom: 20px;
|
||||
.icon {
|
||||
@apply mb-2 sm:mb-0;
|
||||
}
|
||||
h3 {
|
||||
@apply pb-4;
|
||||
}
|
||||
|
|
@ -16,10 +23,10 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
&__block-title {
|
||||
@apply !pb-0;
|
||||
@apply !pb-0 !leading-none;
|
||||
}
|
||||
&__content {
|
||||
@apply flex items-start gap-8;
|
||||
@apply !pt-3 xl:!pt-0 flex flex-col-reverse xl:flex-row items-start gap-x-8 gap-y-2;
|
||||
.homegrade-blocks-highlight__content__innerblocks {
|
||||
@apply w-full;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user