Commit 752e1d3cb8c1b68e0801e1e9b4d8d4715fcd8409
Fix font-size
Christian Bundy committed on 9/19/2018, 10:10:31 PMParent: 85a8b3d45f98303f3632d90891a25f81d143eb88
Files changed
app/styles/mcss/markdown.mcss | changed |
app/styles/mcss/markdown.mcss | |||
---|---|---|---|
@@ -85,9 +85,9 @@ | |||
85 | 85 … | h1, h2 { | |
86 | 86 … | margin-bottom: .5em | |
87 | 87 … | } | |
88 | 88 … | h1 { font-size: 1.4rem } | |
89 | - h2 { font-size: 1.2em } | ||
89 … | + h2 { font-size: 1.2rem } | ||
90 | 90 … | h3 { font-size: 1.15rem } | |
91 | 91 … | h4 { font-size: 1.12rem } | |
92 | 92 … | h5 { font-size: 1.1rem } | |
93 | 93 … | h6 { font-size: 1rem } |
Built with git-ssb-web