Skip to content

Commit

Permalink
fix: add spacing between profile picture and social icons (freeCodeCa…
Browse files Browse the repository at this point in the history
…mp#37354)

* fix: add spacing between profile picture and social icons

* add additional spacing and move code to correct file
  • Loading branch information
DerrykBoyd authored and raisedadead committed Oct 17, 2019
1 parent a443509 commit 2f88982
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/src/components/profile/components/social-icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.social-media-icons {
margin-top: 1.5em;
}

.social-media-icons > a {
margin: 0 10px 0 0;
margin: 0 1.5em 0 0;
}

.social-media-icons > a:last-child {
margin: 0;
margin: 0 0 1.5em 0;
}

0 comments on commit 2f88982

Please sign in to comment.