diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index fab50e0..fd56828 100755 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -20,6 +20,7 @@ body { margin: 0; background-color: rgb(243, 230, 225); + min-height: 100vh; } .jumbotron { @@ -42,7 +43,7 @@ body { } .footer { - bottom: 0; + //bottom: 0; width: 100%; text-align: center; position: absolute; diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 70bd49a..009600e 100755 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -28,6 +28,9 @@