Skip to content

Commit

Permalink
fix: re-add margin-right for social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pml68 committed Oct 29, 2024
1 parent 08b62b2 commit 73b0dda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ a {
}
}

a.icon {
margin-right: 2vw;
}

.container {
display: flex;
height: 100dvh;
Expand Down

0 comments on commit 73b0dda

Please sign in to comment.