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:
authorJacob Schatz <jschatz1@gmail.com>2017-08-06 19:51:26 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-06 19:51:26 +0300
commit018896776ba7bd7b036ff0e337c3a0147a9269e2 (patch)
tree685fe829773cbd040255acd0679e439ffd0fc2c8 /app/assets/stylesheets/pages/repo.scss
parent1ddfca83dfcf1f4f749ee5686a2e652bf344d0d4 (diff)
Fix variables.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index e2d41db8731..3d7e8611a27 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -16,7 +16,7 @@
display: block;
background-color: $black-transparent;
- @media (min-width: 992px) {
+ @media (min-width: $screen-md-min) {
.modal-dialog {
width: 600px;
margin: 30px auto;