Skip to content

Commit

Permalink
Reduce vertical padding
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik committed Sep 4, 2024
1 parent 0420b07 commit a976ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Paragraph } from "../Paragraph";
export function Footer() {
return (
<footer className="border-t border-gray-200 bg-gray-50 dark:border-gray-800 dark:bg-blue-950">
<div className="mx-auto flex w-full max-w-4xl text-balance px-5 py-5 text-center text-sm">
<div className="mx-auto flex w-full max-w-4xl text-balance px-5 py-3 text-center text-sm">
<Paragraph>
Copyright © OpenTofu a Series of LF Projects, LLC and its
contributors. Documentation materials are licensed under various open
Expand Down

0 comments on commit a976ae4

Please sign in to comment.