TEST FIX On margin top for first blocks of site content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-12-15 11:04:23 +01:00
parent 590f0746c4
commit 71d6d2fc26

View File

@ -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;
} }