first commit

This commit is contained in:
tiff 2025-06-12 00:32:34 -04:00
parent a3f5f5f701
commit 207c82578f
137 changed files with 4659 additions and 8605 deletions

View file

@ -0,0 +1,20 @@
---
import Search from "astro-pagefind/components/Search";
---
<div class="search-component">
<Search id="search" className="pagefind-ui" />
</div>
<style>
div.search-component {
max-width: 50ch;
margin: 0 auto;
}
@media screen and (max-width: 780px) {
div.search-component {
max-width: 90vw;
margin: 0 auto;
}
}
</style>