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 3 additions and 1 deletions
Showing only changes of commit 7212b35162 - Show all commits

View File

@ -30,7 +30,9 @@ export default function Home({ data }: PageProps<HandlerData>) {
</Head>
<div className="p-4 mx-auto max-w-screen-md bg-blue-400">
<div className="text-center">
<h1 className="text-2xl lg:text-3xl">NRSS</h1>
<h1 className="text-2xl lg:text-3xl font-semibold">
<a href="/">📻 NRSS</a>
</h1>
<h2 className="lg:text-xl">NRK-podcast som RSS</h2>
</div>
<Search defaultValue={data.query} />