FEATURE styling example component on titles varaitions with uppercased titles
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-30 12:06:49 +01:00
parent 4c26c1444f
commit 3615e23462

View File

@ -6,4 +6,13 @@
.entry-content h2:first-child {
@apply !mt-0;
}
.variation-examples-on-uppercased-titles {
@apply py-6;
h2,
h3,
h4 {
@apply !py-0 !my-0;
}
}
}