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;
|
font-size: 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#result-count {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue