style: Style adjustments, headings, search result etc. #20

Merged
timharek merged 14 commits from style-layout-changes into main 2024-04-02 19:14:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 90207f98fa - Show all commits

View File

@ -26,7 +26,7 @@ export default function Home({ data }: PageProps<HandlerData>) {
return (
<>
<Head>
<title>NRSS</title>
<title>{data.query ? `Søk: ${data.query} - ` : ""}NRSS</title>
</Head>
<div className="p-4 mx-auto max-w-screen-md bg-blue-400">
<div className="text-center">