Skip to content

Commit 7e740b0

Browse files
authored
Merge pull request #83 from okonet/feature/text-capitalize
Capitalize text for all headers
2 parents ccb15a8 + e795740 commit 7e740b0

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
@@ -27,9 +27,10 @@ h4 { font-size: getFontSize(1); }
2727
h5 { font-size: getFontSize(0); }
2828
h6 { font-size: getFontSize(-1); }
2929

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

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

0 commit comments

Comments
 (0)