Add back the margin-left that right justified the social media links

This commit is contained in:
Eryn Wells 2021-12-27 10:37:28 -07:00
parent 3f0fda2342
commit ad49f17e49

View file

@ -178,6 +178,7 @@ p {
.social { .social {
display: flex; display: flex;
letter-spacing: 2px; letter-spacing: 2px;
margin-left: auto;
} }
.social > li + li:before { .social > li + li:before {