Conform icons to Google's mobile usability reqs

This commit is contained in:
Aareet Shermon 2020-07-05 12:33:21 -07:00 committed by GitHub
parent 0b99d0e779
commit 918c65178e
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;
}
}