Design mods to no-results-found partial

This commit is contained in:
Thomas Smith 2022-12-20 13:01:59 -05:00
parent afbc4a1aaf
commit f2b55ce2cc
2 changed files with 13 additions and 7 deletions

View file

@ -145,6 +145,9 @@
</div>
</section>
{{- partial "no-results-found.html" -}}
<!-- Package CTA Section -->
<hr>

View file

@ -1,9 +1,12 @@
<section>
<div class="container">
<div class="row">
<div class="col two-boxes-up two-boxes-down">
<h3 class="text-center">No results found</h3>
<hr>
<section>
<div class="container">
<div class="row">
<div class="col two-boxes-up two-boxes-down">
<h4 class="text-center">No results found</h4>
<p class="text-center">Try refining your search term.</p>
</div>
</div>
</div>
</div>
</section>
</section>
<hr>