Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoderzh <coderzh@gmail.com>2016-04-27 18:51:35 +0300
committercoderzh <coderzh@gmail.com>2016-04-27 18:51:35 +0300
commit5fca24b764773f96c51eff163f7e9aee3ab1a239 (patch)
tree05242ca098e1ab29da5ab903baa4f9cedce49b23
parent637ea6781fbc207e58c7edb9997b8580b2d32c2e (diff)
display linkin icon
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index a930204..e4a8a6e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -316,7 +316,7 @@ footer{margin-top:1em;background:#1f1f1f;padding:0 2% .5em}
}.social-font{width:100%;margin:0 auto;float:left;padding-left:3%;}
@media only screen and (min-width: 568px){.social-font{padding-left:20%}
}@media only screen and (min-width: 768px){.social-font{width:18em;position:absolute;right:-3em;top:3em}
-}.social-font a{float:left;display:block;width:14%;color:#fff;font-size:180%;padding:.5em;}
+}.social-font a{float:left;display:block;width:12;color:#fff;font-size:180%;padding:.5em;}
@media only screen and (min-width: 1024px){.social-font a{padding:.3em}
}.social-font a:hover:before{color:#2ca6cb}
.social-font a[title="weibo"]::before,.social-font a[title="twitter"]::before,.social-font a[title="github"]::before,.social-font a[title="facebook"]::before,.social-font a[title="linkedin"]::before{font-family:"FontAwesome";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}