Add spacing under results count on search page
This commit is contained in:
parent
67c867ddd2
commit
a593dea561
2 changed files with 5 additions and 1 deletions
|
@ -22,4 +22,8 @@ body.page-searchpage {
|
|||
font-size: 1.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#result-count {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container" id="search-results-container">
|
||||
<section class="container">
|
||||
<p id="result-count"></p>
|
||||
|
||||
<div id="search-results">
|
||||
|
|
Loading…
Reference in a new issue