Skip to content

Commit 01406e1

Browse files
committed
style(layouts/Footer): adjust spacing and alignment of social links
1 parent 7dc5df8 commit 01406e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/components/layouts/Footer/SocialLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const socialLinks = [
4949

5050
function SocialLinks() {
5151
return (
52-
<div className="flex gap-x-3 my-4 lg:my-0">
52+
<div className="flex justify-end gap-x-3 mt-8 lg:my-0">
5353
{socialLinks.map((social) => (
5454
<Link
5555
key={social.name}

0 commit comments

Comments
 (0)