Commit 798360194a94f2df787ef59e669f17793af92f4b

Authored by brittlewis12
1 parent 5e004719

changed h3, h4 markdown font sizing to match markdown spec -- h3: 1.5em, h4: 1.2em

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/assets/stylesheets/main/mixins.scss
@@ -106,12 +106,12 @@ @@ -106,12 +106,12 @@
106 106
107 h3 { 107 h3 {
108 margin-top: 35px; 108 margin-top: 35px;
109 - font-size: 2em; 109 + font-size: 1.5em;
110 } 110 }
111 111
112 h4 { 112 h4 {
113 margin-top: 30px; 113 margin-top: 30px;
114 - font-size: 1.5em; 114 + font-size: 1.2em;
115 } 115 }
116 116
117 blockquote p { 117 blockquote p {