FEATURE styling example component on titles varaitions with uppercased titles
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
4c26c1444f
commit
3615e23462
|
|
@ -6,4 +6,13 @@
|
||||||
.entry-content h2:first-child {
|
.entry-content h2:first-child {
|
||||||
@apply !mt-0;
|
@apply !mt-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.variation-examples-on-uppercased-titles {
|
||||||
|
@apply py-6;
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4 {
|
||||||
|
@apply !py-0 !my-0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user