Skip to content

Commit

Permalink
margin
Browse files Browse the repository at this point in the history
  • Loading branch information
adnjoo committed May 26, 2024
1 parent 3b6bb83 commit 3ff68ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function Footer() {
© {new Date().getFullYear()} Andrew Njoo. All rights reserved.
</div>
</div>
<div className='text-center text-sm mb-4 sm:mb-0'>
<div className='text-center text-sm mb-8 sm:mb-0'>
<div className='flex gap-6'>
{Object.entries(socials).map(([name, social]) => (
<a
Expand Down

0 comments on commit 3ff68ee

Please sign in to comment.