diff --git a/app/assets/stylesheets/layout/_body.scss b/app/assets/stylesheets/layout/_body.scss index c00c71e..61ecb48 100644 --- a/app/assets/stylesheets/layout/_body.scss +++ b/app/assets/stylesheets/layout/_body.scss @@ -55,6 +55,10 @@ body { h1, h2, h3, h4, h5, h6 { + &.title { + margin-bottom: 1em; + } + &.fancy { clear: both; text-align: center; diff --git a/app/views/contests/edit.html.erb b/app/views/contests/edit.html.erb index dfa4300..f626671 100644 --- a/app/views/contests/edit.html.erb +++ b/app/views/contests/edit.html.erb @@ -1,7 +1,7 @@ -

Editing Contest

+

Editing Contest

-
-