diff --git a/static/css/styles.css b/static/css/styles.css index a401c79..f27b254 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1134,10 +1134,6 @@ a.sub-to-subreddit.gray { border-radius: 0px; margin-bottom: 11px; } -p.number-of-results { - font-size: 0.9rem; - margin: 0px 0px 20px 20px; -} /* REDDIT STYLES */ .md .md-spoiler-text { border-radius:2px; diff --git a/views/search.pug b/views/search.pug index e5bdc1a..1abaab7 100644 --- a/views/search.pug +++ b/views/search.pug @@ -100,7 +100,6 @@ html if json.posts.length === 0 && !no_query p no results else - p.number-of-results results: #{json.posts.length} each link in json.posts .link .upvotes