fix(style): social link style error (#162)

This commit is contained in:
Dillon 2020-03-15 18:05:17 +08:00 committed by GitHub
parent b71f665a39
commit bf7c4b5173
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

View file

@ -51,12 +51,16 @@
}
.home-social-links {
padding-top: .6rem;
font-size: 1.5rem;
line-height: 1.5rem;
padding: .6rem 0;
a, i {
font-size: 1.6rem;
line-height: 2rem;
}
img {
max-height: 1.4rem;
height: 1.4rem;
padding: 0 .25rem;
}
}
}