summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-18 12:48:07 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-18 12:48:07 +0300
commit888b9456d190bd83538d0c21c457d63c7f050d6c (patch)
tree77df1cd0022c482c4bb81e83c298300942a9a976
parentcd64bae6883f9566285aaac79af1ea890adc39b5 (diff)
downloadgitlab-ce-dz-improve-markdown.tar.gz
Reduce font-size for headers for nicer and more compact lookdz-improve-markdown
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 4f860c009e0..8659604cb8b 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -37,7 +37,7 @@
}
h1 {
- font-size: 2.25em;
+ font-size: 2em;
font-weight: 600;
margin: 1em 0 10px;
padding: 0 0 0.3em;
@@ -46,7 +46,7 @@
}
h2 {
- font-size: 1.8em;
+ font-size: 1.6em;
font-weight: 600;
margin: 1em 0 10px;
padding-bottom: 0.3em;
@@ -56,7 +56,7 @@
h3 {
margin: 1em 0 10px;
- font-size: 1.5em;
+ font-size: 1.4em;
}
h4 {