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 03:20:53 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-24 03:20:53 +0300
commit72a7df322a06464573bb2fe24eb57f4852b13dfb (patch)
treec4d1c1f2b81a56b35808e2d3970d7b5358aefe8e
parent4c8a9a7780017f673896536ef6629b9540ea2dfb (diff)
social share bar responsive
-rw-r--r--static/css/style.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 09e560c..ac25672 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -90,6 +90,15 @@ em {
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
+
+ .icon-bar a {
+ display: block;
+ text-align: center;
+ padding: 16px;
+ transition: all 0.3s ease;
+ color: white;
+ font-size: 20px;
+ }
}
@media screen and (max-width: 1024px) {
@@ -123,14 +132,7 @@ em {
}
- .icon-bar a {
- display: block;
- text-align: center;
- padding: 16px;
- transition: all 0.3s ease;
- color: white;
- font-size: 20px;
- }
+
.icon-bar a:hover {
background-color: #000;