mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix(style): social link style error (#162)
This commit is contained in:
parent
b71f665a39
commit
bf7c4b5173
2 changed files with 9 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue