feat(style): fix line height

This commit is contained in:
Pihkaal
2024-01-26 23:02:21 +01:00
parent 151360d5e7
commit 7eceec22ec
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export default function Home() {
</Head>
<main
className={
"insets-0 fixed flex h-screen w-screen flex-col gap-3 bg-[url(/wallpaper.jpg)] bg-cover p-3 font-body"
"insets-0 fixed flex h-screen w-screen flex-col gap-3 bg-[url(/wallpaper.jpg)] bg-cover p-3 font-body leading-[26px]"
}
>
<nav className="border border-red-500">toolbar</nav>
@@ -22,7 +22,7 @@ export default function Home() {
</Terminal>
<div className="flex gap-3">
<Terminal className="flex-1">
<Terminal className="flex-1 select-none">
<MusicPlayer
title="Last Tango in Kyoto"
artist="Floating Bits"