diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index 0045e6f..e292b0e 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -48,6 +48,16 @@ $light: #fff; height: 100%; } +.content { + padding: 30px 60px 50px; + + &>h1 { + margin-bottom: 40px; + } +} + + + body { min-height: 100vh; } \ No newline at end of file diff --git a/app/views/forms/new.html.erb b/app/views/forms/new.html.erb index 39cb894..6baa484 100644 --- a/app/views/forms/new.html.erb +++ b/app/views/forms/new.html.erb @@ -1,21 +1,27 @@