diff options
author | Andriy Dyadyura <adyadyura@Andriys-MBP.lan> | 2016-01-05 10:51:59 +0100 |
---|---|---|
committer | Andriy Dyadyura <adyadyura@Andriys-MBP.lan> | 2016-01-05 10:51:59 +0100 |
commit | 00e8532d89fb04b39e9811c5ec5953dd2d098f6f (patch) | |
tree | b57df3dc897491a672a161d8e984627235d4a198 | |
parent | f7ba38c073387eedb13375ad6286ba08ce6badb9 (diff) | |
download | gitlab-ce-new-markdown.tar.gz |
markdown fixesnew-markdown
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 05d0c865164..714369d9f15 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -59,7 +59,7 @@ h4 { margin: 24px 0 12px 0; - font-size: 1em; + font-size: 0.98em; } h5 { |