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

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rwxr-xr-xstatic/css/main.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 890a094..c7c3fee 100755
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -127,12 +127,29 @@ html, body {
padding-top: -10px;
text-align: left;
}
-.social {
- padding-top: 12px;
- word-spacing: 25px;
+.social-links {
+ display: block;
+ margin: 0 auto;
+ margin-top: 40px;
+ width: 100%;
+ text-align: center;
+ animation: fade 1s ease 1s both;
+}
+.social-links li {
+ display: inline-block;
+ padding: 5px;
+ padding-top: 0;
+ text-align: center;
+}
+.social-links li a {
+ font-size: 20px;
+ color: #000;
+ padding: 10px;
+ padding-bottom: 4px;
+ transition: all .4s ease;
}
-.social h4 > a {
- color: #000000;
+.social-links li a:hover {
+ color: #000;
}
.avatar {
padding-top: 5%;