social-icons: use height and with as css props;

rm hardcoded svg height and width
This commit is contained in:
Aditya Telange 2020-10-02 13:36:57 +05:30
parent 48d2dcb164
commit 8ff1f10eb7
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
2 changed files with 65 additions and 65 deletions

View file

@ -43,8 +43,11 @@
padding: 12px 0;
}
.social-icons a {
margin: 2px;
padding: 6px;
font-size: 1.4em;
.social-icons a:not(:last-of-type) {
margin-right: 12px;
}
.social-icons a svg {
height: 26px;
width: 26px;
}