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:
Diffstat (limited to 'content/assets/stylesheets/_typography.scss')
-rw-r--r--content/assets/stylesheets/_typography.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/content/assets/stylesheets/_typography.scss b/content/assets/stylesheets/_typography.scss
index a4219ee1..b2379526 100644
--- a/content/assets/stylesheets/_typography.scss
+++ b/content/assets/stylesheets/_typography.scss
@@ -1,5 +1,5 @@
---
-version: 11
+version: 12
---
@import 'variables';
@@ -107,7 +107,7 @@ version: 11
border-radius: 4px;
line-height: 1;
overflow-wrap: break-word;
- padding: 2px 4px;
+ padding: 2px;
transition: background-color 0.15s linear;
}
@@ -201,6 +201,10 @@ version: 11
.gl-h6 {
@include gl-font-weight-bold;
@include gl-mb-3;
+
+ code {
+ font-size: inherit;
+ }
}
h2,