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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 16:10:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 16:10:57 +0400
commit853ce95423605fcd398ce092c66ce43fa7f4a11b (patch)
treea369e78c2cf880d704c5474044a0dc3c08468edd /app/views/layouts/devise.html.haml
parentce30172cef695bb2c64e407a31e14284d769fb6e (diff)
Improve login page for small screens
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 2ae27c4b797..4080ef745f8 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -11,10 +11,10 @@
.container
.content
.row
- .col-sm-7
+ .col-md-7
.brand-image
= brand_image
.brand_text
= brand_text
- .col-sm-5
+ .col-md-5
= yield