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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2021-05-19 23:24:50 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2021-05-19 23:24:50 +0300
commit3d541f7660a13b21b0d1e8f63eef4ba9765e707f (patch)
treef5ebdce5bd2879904ce3951e9e978ef361c646bd
parent82cd383bdfa306f8887a5c3da8d96a70b9b795d4 (diff)
parent1defb299d14eb9b80eb8e50332b1b6f964f285e2 (diff)
Merge branch '1014' into 'master'
Apply smaller font for version history See merge request gitlab-org/gitlab-docs!1811
-rw-r--r--content/assets/stylesheets/_typography.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/assets/stylesheets/_typography.scss b/content/assets/stylesheets/_typography.scss
index 5489e27d..2b76b424 100644
--- a/content/assets/stylesheets/_typography.scss
+++ b/content/assets/stylesheets/_typography.scss
@@ -1,5 +1,5 @@
---
-version: 3
+version: 4
---
@import 'variables';
@@ -154,7 +154,9 @@ version: 3
padding-left: 0.75rem;
margin-bottom: 1.5rem;
- p {
+ p,
+ li,
+ a {
font-size: 0.875rem;
}
}