diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 52064e5..cb6cc83 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -18,7 +18,3 @@ margin: auto; width: 50%; } - - .card .card-image .card-title{ - color: dodgerblue; - } diff --git a/app/views/listings/index.html.erb b/app/views/listings/index.html.erb index b4016e6..fd77c26 100644 --- a/app/views/listings/index.html.erb +++ b/app/views/listings/index.html.erb @@ -20,9 +20,10 @@ - <%= listing.rent_price_per_week %> + <%= listing.rent_price_per_week %> <%= listing.number_of_bedrooms %> <%= listing.address %> +

😍