style: Make title bigger

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-03-30 16:35:13 +01:00
parent 96869502c3
commit 9c2bd61f7d
No known key found for this signature in database
GPG Key ID: E59C7734F0E10EB5
1 changed files with 1 additions and 1 deletions

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>