Skip to content

Commit

Permalink
style: make app footer more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Jan 8, 2025
1 parent a49c9f9 commit 616f782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function AppFooter(): ReactNode {

return (
<footer className="m-auto w-full max-w-screen-xl border-t">
<div className="container flex items-center justify-between gap-4 p-6">
<div className="container my-3 flex items-center justify-between gap-4">
<nav aria-label={t("navigation-secondary")}>
<ul className="flex items-center gap-4 text-sm" role="list">
{Object.entries(links).map(([id, link]) => {
Expand Down

0 comments on commit 616f782

Please sign in to comment.