diff --git a/css/style.css b/css/style.css index 191bf2d..0e60c5d 100644 --- a/css/style.css +++ b/css/style.css @@ -1545,4 +1545,38 @@ color: #333; .toc-wrapper.visible { display: block!important; +} + +.social-logo a { +margin: 0px 5px!important; +} + +.s2 .social-logo a { +font-size: 20px!important; +padding: 10px; +margin: 0 20px!important; +color: rgba(0,0,0,0.7); +line-height: 1; +} + +.s2 .social-logo a:before { +padding-top:3px; +} + +.s2 .social-logo a:hover { +background: rgba(0,0,0,0.05); +box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), inset 0 -1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(0,0,0,0.1); +border-radius: 10px; +color: #333; +text-decoration: none; +} + + +@media only screen and (max-width: 719px) { + .s2 .social-logo a { + background: #f5f5f5; + padding: 10px 0px; + margin: 0 10px!important; + border-bottom: none; + } } \ No newline at end of file diff --git a/layout.html.php b/layout.html.php index 1f4f100..bb252b6 100644 --- a/layout.html.php +++ b/layout.html.php @@ -62,20 +62,7 @@ - -
- + @@ -238,19 +225,8 @@