Skip to content

Commit

Permalink
Fix positioning of social links (#1184)
Browse files Browse the repository at this point in the history
Follow-up to #1182. This is still not *quite* right, but it's a pretty
big improvement. (Sorry, not very good at CSS.)
  • Loading branch information
SoniEx2 committed Dec 10, 2023
1 parent ababd16 commit fc5b867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-styles/pages/community.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

& > a {
position: relative;
left: 3*@gutter;
margin-left: 3*@gutter;
}

& > a::before {
Expand Down

1 comment on commit fc5b867

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://nixos.org as production
🚀 Deployed on https://6576375e62d11573f16a8147--nixos-homepage.netlify.app

Please sign in to comment.