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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-24 08:26:17 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-24 08:26:17 +0300
commita1f33120114b756d3689e9db870cb66fcddc2f27 (patch)
tree2f089d939d757d3fa9d4b640b3fbe2d882f38690 /static
parent72a7df322a06464573bb2fe24eb57f4852b13dfb (diff)
change postion of social share bar on medium and small screen
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index ac25672..8921192 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -86,6 +86,7 @@ em {
.icon-bar {
position: fixed;
top: 50%;
+ left:0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);