diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index db2e50b..36c18c5 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -23,6 +23,10 @@ body { background: #fffefe; } +.container { + max-width: 960px; +} + .bg-primary { background-color: $red !important; } .btn { diff --git a/app/views/home/_fee_listing.html.erb b/app/views/home/_fee_listing.html.erb index f2ec0a5..bcda159 100644 --- a/app/views/home/_fee_listing.html.erb +++ b/app/views/home/_fee_listing.html.erb @@ -3,7 +3,7 @@