more padding

This commit is contained in:
zmeyer44 2023-11-14 11:55:00 -05:00
parent 9cf653dba6
commit 18143071b2

View File

@ -120,7 +120,9 @@ export default function Container({
onClick={() => setShowFull(true)}
className="center text-text relative h-[30px] w-full bg-background text-sm transition-all hover:text-primary"
>
<div className="flex items-end justify-center">Show more</div>
<div className="flex items-end justify-center pb-1.5">
Show more
</div>
</button>
</div>
)}