fix: add spacing between profile picture and social icons (#37354)

* fix: add spacing between profile picture and social icons

* add additional spacing and move code to correct file
This commit is contained in:
Derryk Boyd
2019-10-17 04:13:02 -06:00
committed by mrugesh
parent a443509caa
commit 2f88982e45

View File

@ -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;
}