fix: add search input

This commit is contained in:
Tim Rijkse
2026-01-15 07:54:53 +01:00
parent 6816650ea5
commit f7be64dbba
11 changed files with 394 additions and 46 deletions

View File

@@ -26,7 +26,6 @@ class SiteHeader extends HTMLElement {
.header {
display: flex;
flex-direction: column;
gap: var(--spacing-sm, 0.5rem);
border-bottom: 1px solid var(--color-border, #e2e8f0);
}
</style>