Skip to content

Commit f173dfc

Browse files
committed
Fix #2 Add text align center for css
1 parent 880dcdc commit f173dfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/application.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
*= require scrivito
1414
*= require scrivito_section_widgets
1515
*/
16+
body {
17+
text-align: center
18+
}
19+

0 commit comments

Comments
 (0)