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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-23 13:33:47 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-23 13:33:47 +0300
commit0b7d7df7a52a7f049ed6be3bba52a06bc051e83b (patch)
tree1eb5112b60ca2612efca5059570510a236046de6 /app/assets/stylesheets/framework/layout.scss
parent6ff571aa9a30b798a58eb1b02b9360466f231c01 (diff)
Limit the width of project READMEs
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 49bff23452d..4a9d41b4fda 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -53,7 +53,7 @@ body {
}
&.limit-container-width-sm {
- max-width: 790px;
+ max-width: $limited-layout-width-sm;
}
}