Skip to content
Snippets Groups Projects
Commit f0e96081 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #6218 from brittlewis12/master

fixed h3, h4 font-sizing for gitlab-flavored markdown (solves issue #6211)

Former-commit-id: 006df5df
parents a9832621 69299315
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -106,12 +106,12 @@
 
h3 {
margin-top: 35px;
font-size: 2em;
font-size: 1.5em;
}
 
h4 {
margin-top: 30px;
font-size: 1.5em;
font-size: 1.2em;
}
 
blockquote p {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment