diff --git a/Procfile.dev b/Procfile.dev index da151fe..00720b4 100644 --- a/Procfile.dev +++ b/Procfile.dev @@ -1,2 +1,2 @@ -web: bin/rails server +web: bin/rails server --binding 0.0.0.0 css: bin/rails tailwindcss:watch diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 60ae2b2..9a23914 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -17,7 +17,6 @@ html, body { margin: 0; padding: 0; - height: 100%; } diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 59eb139..7f9fc3a 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,5 +1,5 @@ -