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

github.com/marcanuy/simpleit-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMarcelo Canina <me@marcanuy.com>2018-08-29 23:16:21 +0300
committerMarcelo Canina <me@marcanuy.com>2018-08-29 23:16:21 +0300
commitb13fdfd42f592674a373ccf6075f300ad3de2782 (patch)
treeef5fe96ac48fc6f8eef30c7da5db0f5070e17fe2 /assets
parent7d33462d62417eca64868d29debeff8308c6e89b (diff)
add padding to author social profiles
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/styles.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/sass/styles.scss b/assets/sass/styles.scss
index c728bfc..6fb5767 100644
--- a/assets/sass/styles.scss
+++ b/assets/sass/styles.scss
@@ -221,3 +221,6 @@ blockquote{
}
+.a-social {
+ padding-right: 5px;
+}