git ssb

16+

Dominic / patchbay



Commit 752e1d3cb8c1b68e0801e1e9b4d8d4715fcd8409

Fix font-size

Christian Bundy committed on 9/19/2018, 10:10:31 PM
Parent: 85a8b3d45f98303f3632d90891a25f81d143eb88

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