Tweak footer spacing

This commit is contained in:
Sam Becker 2024-05-06 23:30:45 -05:00
parent af0b004a79
commit 547def1721

View File

@ -34,10 +34,10 @@ export default function Footer() {
? [<div
key="footer"
className={clsx(
'flex items-center',
'flex items-center gap-1',
'text-dim min-h-10',
)}>
<div className="flex gap-x-4 gap-y-0.5 flex-grow flex-wrap">
<div className="flex gap-x-3 xs:gap-x-4 flex-grow flex-wrap">
{isPathAdmin(pathname)
? <>
{userEmail === undefined &&