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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-02-10 18:17:51 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-02-10 18:17:51 +0300
commit14f5245838c5f7dcb6c8e257949abd99a3c3796a (patch)
tree551cc24991a0a01ba69d9163982f366de40d35bf /layouts/partials/components/post-author.html
parentacb3dc575ce5c37bafacfeea886f1ce845b86e21 (diff)
style: improve icon margins in author page
Diffstat (limited to 'layouts/partials/components/post-author.html')
-rw-r--r--layouts/partials/components/post-author.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/components/post-author.html b/layouts/partials/components/post-author.html
index 4ca43ab..bd12508 100644
--- a/layouts/partials/components/post-author.html
+++ b/layouts/partials/components/post-author.html
@@ -26,7 +26,7 @@
{{ $iconPack := .iconPack | default .icon_pack }}
{{/* Deprecation warning(v1.0.0) ends */}}
{{ $src := print $iconPack " fa-" .icon }}
- <a href="{{ .url }}" class="me-1">
+ <a href="{{ .url }}" class="me-2">
<i class="{{ print $src }}"></i>
</a>
{{ end }}