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> </Head>
<main <main
className={ 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> <nav className="border border-red-500">toolbar</nav>
@@ -22,7 +22,7 @@ export default function Home() {
</Terminal> </Terminal>
<div className="flex gap-3"> <div className="flex gap-3">
<Terminal className="flex-1"> <Terminal className="flex-1 select-none">
<MusicPlayer <MusicPlayer
title="Last Tango in Kyoto" title="Last Tango in Kyoto"
artist="Floating Bits" artist="Floating Bits"

View File

@@ -8,7 +8,7 @@ const config = {
fontSize: { fontSize: {
"sm": "0.8rem", "sm": "0.8rem",
"base": "1rem", "base": "1rem",
"lg": "1.125rem", "lg": "1.25rem",
"xl": "1.25rem", "xl": "1.25rem",
"2xl": "1.563rem", "2xl": "1.563rem",
"3xl": "1.953rem", "3xl": "1.953rem",