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-05-10 02:53:25 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-10 02:53:25 +0300
commit8eb31c40fc854ee5c1290c429d71ceb77bc5f6ba (patch)
tree4f308831b03463c2e7459870a21f60dd8b1c2569 /app/assets/stylesheets/pages/profile.scss
parent618033fb2f0461275f03541f428e33b3e1b4d721 (diff)
Hide navbar on mobile
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index abc5a0e9877..843379a3f54 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -218,7 +218,7 @@
.btn {
display: inline-block;
- width: 48%;
+ width: 46%;
}
}
}