Apply blank slate styles to .search__empty

This commit is contained in:
Alexander Zaytsev
2025-12-10 20:26:44 +01:00
parent afc59cd7c9
commit 78b62e692e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ summary {
.search__empty {
margin-block: 3em;
opacity: 0.66;
text-align: center;
margin-inline: auto;
inline-size: fit-content;
}
.search__excerpt {
+1 -1
View File
@@ -1,7 +1,7 @@
<section class="search">
<div class="search__results">
<% unless page.used? %>
<div class="search__empty">
<div class="search__empty blank-slate blank-slate--empty">
No matches
</div>
<% end %>