Skip to content

Commit 9a3deeb

Browse files
committed
add top padding to footer
1 parent 9792142 commit 9a3deeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/footer/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Footer = () => {
1212
<footer
1313
data-testid="footer"
1414
className={cn(
15-
'relative w-full overflow-visible mt-auto',
15+
'relative w-full overflow-visible mt-auto pt-8',
1616
'before:absolute',
1717
'before:bg-muted/50',
1818
'dark:before:bg-muted',

0 commit comments

Comments
 (0)