Merge pull request #67 from aareet/patch-1

This commit is contained in:
Jake Wiesler 2020-07-05 15:56:35 -04:00 committed by GitHub
commit 7f0166ba8a
1 changed files with 4 additions and 3 deletions

View File

@ -4,12 +4,13 @@
}
.social-icons__icon {
width: 1.2rem;
height: 1.2rem;
width: 1.5rem;
height: 1.5rem;
background-size: contain;
background-repeat: no-repeat;
padding: 24px;
&:not(:last-child) {
margin-right: 2em;
margin-right: 3em;
}
}