Skip to content

Commit

Permalink
add element after search
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-j-m committed Dec 9, 2023
1 parent 55fa15c commit a36f1cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions layouts/partials/search.html
Expand Up @@ -6,3 +6,4 @@
new PagefindUI({ element: "#search", showSubResults: true, sort: { date: "desc" } });
});
</script>
<div class="search-space"></div>
6 changes: 4 additions & 2 deletions static/css/search.css
@@ -1,6 +1,4 @@
#search {
padding-bottom: 10px;

button {
position: absolute;
}
Expand All @@ -15,3 +13,7 @@
--pagefind-ui-tag: #152028;
}
}

.search-space {
padding-bottom: 10px;
}

0 comments on commit a36f1cb

Please sign in to comment.