[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 {
|
#social .social-element {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 2em;
|
height: 3em;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
#social .social-element a {
|
#social .social-element a {
|
||||||
height: 1.5em;
|
height: 75%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
@ -280,8 +280,8 @@ a.not(.anchor):focus {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
#social .social-element a {
|
#social .social-element {
|
||||||
height: 2em;
|
height: 2.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue