[THEME] Improve the display of socials
This commit is contained in:
parent
18d31b4a74
commit
fae6142683
1 changed files with 4 additions and 4 deletions
|
@ -263,11 +263,11 @@ a.not(.anchor):focus {
|
|||
#social .social-element {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
height: 2em;
|
||||
height: 3em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
#social .social-element a {
|
||||
height: 1.5em;
|
||||
height: 75%;
|
||||
display: inline-block;
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
|
@ -280,8 +280,8 @@ a.not(.anchor):focus {
|
|||
height: 100%;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
#social .social-element a {
|
||||
height: 2em;
|
||||
#social .social-element {
|
||||
height: 2.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue