Skip to content

Commit 743b21b

Browse files
committed
Delete padding top
1 parent dc45b5a commit 743b21b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/layouts/application.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
</head>
1111
<body>
12-
<center>
12+
<main>
1313
<%= yield %>
1414
<%= scrivito_body_tags %>
15-
</center>
15+
</main>
1616
</body>
1717
</html>

0 commit comments

Comments
 (0)