diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-11 15:10:57 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-11 15:10:57 +0300 |
commit | 853ce95423605fcd398ce092c66ce43fa7f4a11b (patch) | |
tree | a369e78c2cf880d704c5474044a0dc3c08468edd /app | |
parent | ce30172cef695bb2c64e407a31e14284d769fb6e (diff) | |
download | gitlab-ce-853ce95423605fcd398ce092c66ce43fa7f4a11b.tar.gz |
Improve login page for small screens
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/devise.html.haml | 4 |
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 |