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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-15 13:05:17 +0300
committerGitHub <noreply@github.com>2020-03-15 13:05:17 +0300
commitbf7c4b5173c3baba02b87a410ce04909c1b86cf6 (patch)
treeb40b3ab350f61bb371260a2b09a2255ad9d2be25 /assets
parentb71f665a39d78791fc8e04238f80bd7594451a66 (diff)
fix(style): social link style error (#162)
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_page/_home.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/assets/css/_page/_home.scss b/assets/css/_page/_home.scss
index 0b0a46c..f5ef1f9 100644
--- a/assets/css/_page/_home.scss
+++ b/assets/css/_page/_home.scss
@@ -51,12 +51,16 @@
}
.home-social-links {
- padding-top: .6rem;
- font-size: 1.5rem;
- line-height: 1.5rem;
+ padding: .6rem 0;
+
+ a, i {
+ font-size: 1.6rem;
+ line-height: 2rem;
+ }
img {
- max-height: 1.4rem;
+ height: 1.4rem;
+ padding: 0 .25rem;
}
}
}