diff --git a/static/css/style.css b/static/css/style.css index b4ebd28..8f6f34a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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; } }