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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 06:39:54 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 20:01:51 +0300
commit9662a5e3df59216d7a3cc18b16bbf467b2233ece (patch)
tree59cc2b37f061fd3a87d6bd501559151b06b296e8 /app/assets/stylesheets/framework
parent5957fdc493af72579571368d584145acf10861a1 (diff)
Update media queries
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/header.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 7897e544af5..7ccd25bc1ba 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -132,7 +132,7 @@ header {
transition-duration: .3s;
z-index: 999;
- @media (max-width: $screen-sm-min) {
+ @media (max-width: $screen-xs-max) {
right: 25px;
left: auto;
}
@@ -151,7 +151,7 @@ header {
vertical-align: top;
white-space: nowrap;
- @media (max-width: $screen-sm-min) {
+ @media (max-width: $screen-xs-max) {
max-width: 220px;
}
@@ -183,7 +183,7 @@ header {
float: right;
border-top: none;
- @media (max-width: $screen-sm-min) {
+ @media (max-width: $screen-xs-max) {
float: none;
}
}