Skip to content

Commit 098da24

Browse files
neotagamatsuda
authored andcommitted
Fix sign_in page layout
1 parent 635adea commit 098da24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/devise/sessions/new.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
= simple_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f|
77

88
.form-inputs
9-
.col-sm-5.col-centered
9+
.col-sm-10.col-md-7.col-lg-6.col-centered
1010
.card
1111
.card-body
1212
= f.error_notification
@@ -21,7 +21,7 @@
2121
.form-group= render "devise/shared/links"
2222

2323
- unless Rails.env.production?
24-
.col-sm-5.col-centered.mt-3
24+
.col-sm-10.col-md-7.col-lg-6.col-centered.mt-3
2525
.card
2626
.card-body
2727
.form-group

0 commit comments

Comments
 (0)