feat: Updates styles for sidebar and articles list view.
Some checks failed
CI / release (push) Failing after 2m31s

This commit is contained in:
2025-04-15 15:00:28 -04:00
parent 500f4746e8
commit ad81392dc7
5 changed files with 12 additions and 10 deletions

View File

@@ -58,7 +58,10 @@ private func siteHeader(_ section: Section) -> Node {
}
}
}
// TODO: Explore search being hidden / triggered by a button and hover above
// the page content.
div(class: "font-avenir w-full pt-4 px-8", id: "search") {}
div(class: "mt-2 mb-0 w-full border-b border-slate-200")
}
}
}