Add top margin to h3 within content

This commit is contained in:
2025-05-28 18:37:59 +04:00
parent 252b0f1792
commit c7a21c7a69

View File

@@ -32,6 +32,10 @@
@apply pt-8 sm:pt-12;
}
main section h3:not(:first-child) {
@apply mt-8;
}
main section:first-of-type {
@apply pt-0;
}