Skip to content

Commit

Permalink
fix: footer margin
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa-thayto committed Jul 9, 2024
1 parent 43bf3ea commit e9f71a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const Footer = () => {

return (
<>
<div className="flex flex-col items-center">
<div className="flex flex-col items-center mt-10">
<ThemeSwitcher />
</div>
<footer className="border-t border-gray-200 bg-slate-50 dark:bg-gray-900 dark:border-black mt-10">
Expand Down

0 comments on commit e9f71a2

Please sign in to comment.