diff --git a/views/site_files/new_page.slim b/views/site_files/new_page.slim
index 7e164370..a4e2177c 100644
--- a/views/site_files/new_page.slim
+++ b/views/site_files/new_page.slim
@@ -8,16 +8,16 @@
h1.txt-Center Create new HTML page
- .row
- .span12.text-center
- form method="POST" action="/site_files/create_page" enctype="multipart/form-data"
- input name="csrf_token" type="hidden" value="#{csrf_token}"
- h4 What's the name of your page?
- h4: input type="text" name="pagefilename" autocapitalize="off" autocorrect="off".html
- p: input.btn-Action type="submit" value="Create Page"
+
+ .txt-Center
+ form method="POST" action="/site_files/create_page" enctype="multipart/form-data"
+ input name="csrf_token" type="hidden" value="#{csrf_token}"
+ p.eps What's the name of your page?
+ p.eps: input type="text" name="pagefilename" autocapitalize="off" autocorrect="off".html
+ p: input.btn-Action type="submit" value="Create Page"
.row
.span6.offset3
- h5 Note: We will automatically scrub any characters not matching: a-z A-Z 0-9 _ - .
- h5 Page must not already exist.
- h5 If you want to make this the index page (and an index page doesn't exist), name it index.html.
\ No newline at end of file
+ p.eps Note: We will automatically scrub any characters not matching: a-z A-Z 0-9 _ - .
+ p.zeta Page must not already exist.
+ p.zeta If you want to make this the index page (and an index page doesn't exist), name it index.html.
\ No newline at end of file