TEST FIX On margin top for first blocks of site content
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
590f0746c4
commit
71d6d2fc26
|
|
@ -47,6 +47,9 @@ article > *:not(.entry-content),
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-content {
|
.site-content {
|
||||||
|
:first-child {
|
||||||
|
@apply !mt-0;
|
||||||
|
}
|
||||||
> .carhop-heading {
|
> .carhop-heading {
|
||||||
@apply px-4 md:px-0;
|
@apply px-4 md:px-0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user