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:
authorJacques Erasmus <jerasmus@gitlab.com>2019-09-06 09:40:22 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-06 09:40:22 +0300
commitd06fa144ee28f68592b08954fd239cea07b86ce9 (patch)
treea515829f645c3b645565a838ea0c97c78f67bb3e /content/assets/stylesheets/toc.scss
parentb0a4b67d0d318a7d9a4ebbf4d2305107594659f8 (diff)
Fix content overlapping issue
Fixed the content overlapping issue on mobile
Diffstat (limited to 'content/assets/stylesheets/toc.scss')
-rw-r--r--content/assets/stylesheets/toc.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/assets/stylesheets/toc.scss b/content/assets/stylesheets/toc.scss
index 0277dc20..3baf560d 100644
--- a/content/assets/stylesheets/toc.scss
+++ b/content/assets/stylesheets/toc.scss
@@ -1,5 +1,5 @@
---
-version: 6
+version: 7
---
@import "variables";
@@ -121,7 +121,7 @@ version: 6
float: none;
width: inherit;
max-width: 900px;
- margin: auto 1% auto 10%;
+ margin: auto 1% auto 50px;
}
}