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/_variables.scss')
-rw-r--r--content/assets/stylesheets/_variables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index d096cca7..31490ca4 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -31,7 +31,8 @@ $page-header-height: 40px;
$banner-height: 31px;
// Width
-$sidebar-width: 320px;
+$sidebar-width: 16.66667%;
+$sidebar-mobile-width: 320px;
$toc-width: 320px;
$page-content-width: 980px;