Commit 006df5df authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6218 from brittlewis12/master

fixed h3, h4 font-sizing for gitlab-flavored markdown (solves issue #6211)
parents 5db3468d 79836019
...@@ -106,12 +106,12 @@ ...@@ -106,12 +106,12 @@
h3 { h3 {
margin-top: 35px; margin-top: 35px;
font-size: 2em; font-size: 1.5em;
} }
h4 { h4 {
margin-top: 30px; margin-top: 30px;
font-size: 1.5em; font-size: 1.2em;
} }
blockquote p { blockquote p {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment