FIX block padding and ul paddings pushing overflow and breaking the page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
11bf49d271
commit
8b0f76ecfc
|
|
@ -1,5 +1,5 @@
|
|||
.homegrade-blocks-plus-loin {
|
||||
@apply bg-primary p-8 xl:p-12 rounding-radius my-8;
|
||||
@apply bg-primary p-4 py-8 md:py-12 xl:p-12 rounding-radius my-8;
|
||||
&__block-title {
|
||||
@apply !mt-0 !text-4xl !font-bold;
|
||||
}
|
||||
|
|
@ -28,6 +28,10 @@
|
|||
.homegrade-blocks-custom-heading + ul {
|
||||
@apply pl-2 xl:pl-12;
|
||||
}
|
||||
ul {
|
||||
@apply pl-2 xl:pl-12;
|
||||
}
|
||||
|
||||
.brochure-download-icon {
|
||||
filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(105%);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user