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; + }
@@ -73,7 +76,7 @@ <% for (listing of results) { %> <% } %>
diff --git a/views/top_listing_page.ejs b/views/top_listing_page.ejs index d8d3c0f7..64623f0f 100644 --- a/views/top_listing_page.ejs +++ b/views/top_listing_page.ejs @@ -1,150 +1,141 @@ -<% layout("/layouts/boilerplate") %> - - -
-

Top Properties

-
- + + .red-text { + color: rgba(255, 0, 0, 0.607); + } + .tax-container{ + margin-top: 2rem; + margin-bottom: 2.5rem; + } + .card-title{ + color: #ff385c; + } + .dark-mode{ + .head-top{ + color: #fff; + } + } + +

Top Properties

+
+ +
+
+
+ + +
+
-
+
+ +
+ + <% for (listing of listings) { %> + + <% } %> +
+ + \ No newline at end of file