Add spacing under results count on search page

This commit is contained in:
Jake Howard 2022-08-18 14:42:01 +01:00
parent 67c867ddd2
commit a593dea561
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 5 additions and 1 deletions

View file

@ -22,4 +22,8 @@ body.page-searchpage {
font-size: 1.5rem; font-size: 1.5rem;
text-align: center; text-align: center;
} }
#result-count {
margin-bottom: 1rem;
}
} }

View file

@ -28,7 +28,7 @@
</div> </div>
</section> </section>
<section class="container" id="search-results-container"> <section class="container">
<p id="result-count"></p> <p id="result-count"></p>
<div id="search-results"> <div id="search-results">