git ssb

16+

Dominic / patchbay



Commit c464b3bd29a2fa04962a718c4ae30bf42216491e

Merge pull request #259 from ssbc/fix-h2-size

Fix `Markdown > h2` font-size
mix 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.mcsschanged
app/styles/mcss/markdown.mcssView
@@ -85,9 +85,9 @@
8585 h1, h2 {
8686 margin-bottom: .5em
8787 }
8888 h1 { font-size: 1.4rem }
89- h2 { font-size: 1.2em }
89 + h2 { font-size: 1.2rem }
9090 h3 { font-size: 1.15rem }
9191 h4 { font-size: 1.12rem }
9292 h5 { font-size: 1.1rem }
9393 h6 { font-size: 1rem }

Built with git-ssb-web