We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9792142 commit 9a3deebCopy full SHA for 9a3deeb
1 file changed
packages/app/src/components/footer/footer.tsx
@@ -12,7 +12,7 @@ export const Footer = () => {
12
<footer
13
data-testid="footer"
14
className={cn(
15
- 'relative w-full overflow-visible mt-auto',
+ 'relative w-full overflow-visible mt-auto pt-8',
16
'before:absolute',
17
'before:bg-muted/50',
18
'dark:before:bg-muted',
0 commit comments