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 9c2bd61f7d - Show all commits

View File

@ -1,7 +1,7 @@
export default function Header() { export default function Header() {
return ( return (
<div className="text-center"> <div className="text-center">
<h1 className="text-2xl lg:text-3xl font-semibold"> <h1 className="text-4xl lg:text-3xl font-semibold">
<a href="/">📻 NRSS</a> <a href="/">📻 NRSS</a>
</h1> </h1>
<h2 className="lg:text-xl">NRK-podcast som RSS</h2> <h2 className="lg:text-xl">NRK-podcast som RSS</h2>