STYLE Update selector for first child in site content to improve margin handling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-01-12 13:50:13 +01:00
parent 71d6d2fc26
commit 1fd5427c0f

View File

@ -47,7 +47,7 @@ article > *:not(.entry-content),
}
.site-content {
:first-child {
> :first-child {
@apply !mt-0;
}
> .carhop-heading {