style: Make title bigger
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
96869502c3
commit
9c2bd61f7d
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue