Uppercasing
unknown
plain_text
2 years ago
117 B
11
Indexable
/*fix global titlecasing on headers*/
h1, .lp-h1, h2, .lp-h2 h3, .lp-h3{
text-transform: uppercase;
}
/*end*/Editor is loading...
Leave a Comment
/*fix global titlecasing on headers*/
h1, .lp-h1, h2, .lp-h2 h3, .lp-h3{
text-transform: uppercase;
}
/*end*/