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
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-24 02:46:55 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-24 02:46:55 +0300
commit4c8a9a7780017f673896536ef6629b9540ea2dfb (patch)
tree80ca4b02abc7c5bee9b02089c12f8e11044af5af
parent7e83a82fba975b8a9daf79cd6c86572c0ffcd26f (diff)
social share bar responsive
-rw-r--r--static/css/style.css29
1 files changed, 28 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 4218c94..09e560c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -79,6 +79,8 @@ em {
/* social share css */
+.w3-tooltip:hover .w3-text{z-index: 1;display:inline-block}
+
@media screen and (min-width: 1025px)
{
.icon-bar {
@@ -93,9 +95,32 @@ em {
@media screen and (max-width: 1024px) {
.icon-bar {
position: relative;
+ width: 100%;
+ max-width: 350px;
+ margin-left: auto;
+ margin-right:auto;
}
+
+ .icon-bar a {
+ float: left;
+ width: 20%;
+ text-align: center;
+ padding: 12px 0;
+ transition: all 0.3s ease;
+ color: white;
+ font-size: 20px;
+ }
+ .bookmark {
+ border-radius: 36px 0px 0px 36px!important ;
+}
+
+ .linkedin {
+
+ border-radius: 0px 36px 36px 0px!important;
+ }
+
}
.icon-bar a {
@@ -307,4 +332,6 @@ position: fixed;
height: 4px;
background: #f44336;
width: 0%;
-} \ No newline at end of file
+}
+
+