Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Packham <seanpackham@gitlab.com>2017-06-06 11:54:09 +0300
committerSean Packham <seanpackham@gitlab.com>2017-06-06 11:54:09 +0300
commitd9858934ff0f47bdf30e15d5c726990453ffaf39 (patch)
treec9b205fbf2462ded3987d08a7749dbf665aebf3e /content
parent1bd305e90be305cedc367945acb86b2a75444b55 (diff)
Improved heading typography
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss32
1 files changed, 19 insertions, 13 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index f5f15b3d..ef4e10d0 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 12
+version: 13
---
// Breakpoints
@@ -161,28 +161,34 @@ h1, h2, h3, h4, h5, h6 {
}
}
-h1 code {
- font-size: 35px;
+h1 {
+ font-size: 36px;
+ line-height: 40px;
}
-h2 code {
- font-size: 23px;
+h2 {
+ font-size: 30px;
+ line-height: 40px;
}
-h3 code {
- font-size: 18px;
+h3 {
+ font-size: 24px;
+ line-height: 40px;
}
-h4 code {
- font-size: 15px;
+h4 {
+ font-size: 18px;
+ line-height: 20px;
}
-h5 code {
- font-size: 12px;
+h5 {
+ font-size: 14px;
+ line-height: 20px;
}
-h6 code {
- font-size: 10px;
+h6 {
+ font-size: 12px;
+ line-height: 20px;
}
.float-left {