Skip to content

Commit be64e3b

Browse files
committed
Capitalize text for all headers
1 parent d3e4b48 commit be64e3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

styles/index.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ h4 { font-size: getFontSize(1); }
2626
h5 { font-size: getFontSize(0); }
2727
h6 { font-size: getFontSize(-1); }
2828

29-
h1, h2, h3, h4, h5, h6 {
30-
font-weight:400;
31-
margin:0.5em 0;
29+
h1, h2, h3, h4, h5, h6 {
30+
font-weight:400;
31+
margin:0.5em 0;
32+
text-transform: capitalize;
3233

3334
&:first-child { margin-top:0; }
3435
tt, code { font-size:inherit; }

0 commit comments

Comments
 (0)