Skip to content

Commit 2ed91c1

Browse files
committed
Put h1 title on the top center of login page
1 parent fb4204f commit 2ed91c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/login_page/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%body
22
%header.intro-header{:style => "padding-top: 300px; background-image: url('cover.png')"}
33

4-
= scrivito_tag :h1, @obj, :title
4+
%h1{:style => "text-align: center; margin-top: -30px; padding-bottom: 20px;"} ログイン
55
= scrivito_tag :div, @obj, :body
66
= form_tag session_path, role: 'form' do
77
.form-group

0 commit comments

Comments
 (0)