diff --git a/views/search.ejs b/views/search.ejs index 53d0a2dc..041611d3 100644 --- a/views/search.ejs +++ b/views/search.ejs @@ -23,7 +23,7 @@ } .card-body { - padding-bottom: 0.2 !important; + padding-bottom: 0 !important; height: fit-content !important; /* max-height: auto; */ } @@ -56,6 +56,9 @@ margin-top: 4rem; margin-bottom: 2.5rem; } + .card-title{ + color: #ff385c; + }
- - <%= listing.price.toLocaleString("en-IN") %> - / night - (excl. GST) -
-❤️: <%= listing.likes %>
-- <%= listing.location %>, <%= listing.country %>
- Show in Detail - <% listing.tags.forEach(tag => { %><%= tag %><% }); %> -