Commit c464b3bd29a2fa04962a718c4ae30bf42216491e
Merge pull request #259 from ssbc/fix-h2-size
Fix `Markdown > h2` font-sizemix irving authored on 9/22/2018, 12:14:44 AM
GitHub committed on 9/22/2018, 12:14:44 AM
Parent: e8ec3d1254a3425b19cdd5335fcbf0a5a88a707a
Parent: 752e1d3cb8c1b68e0801e1e9b4d8d4715fcd8409
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