Skip to content

Commit

Permalink
fix: make adjustment for feedback btm in footer a bit less
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreasgdp committed Sep 26, 2024
1 parent bf3f43e commit 17b071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/layouts/site-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Link from 'next/link';

export function SiteFooter() {
return (
<footer className="w-full border-t bg-background pb-20">
<footer className="w-full border-t bg-background pb-12">
<Shell as="div">
<section
id="footer-content"
Expand Down

0 comments on commit 17b071e

Please sign in to comment.