fix(music): wrong bottom padding

This commit is contained in:
Pihkaal
2024-09-12 23:36:31 +02:00
parent 2c5b6b3ce3
commit dce7572535

View File

@@ -64,7 +64,7 @@ export const Music = () => {
}, []); }, []);
return ( return (
<div className="flex flex-row"> <div className="flex flex-row pb-1">
<Kitty <Kitty
className={cn( className={cn(
"h-full pb-2 pl-2 pr-1 pt-1", "h-full pb-2 pl-2 pr-1 pt-1",