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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 0af90e7..38e08bd 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -2,7 +2,7 @@
{{ range .Site.Params.social.list }}
<li class="list-inline-item ml-1 mr-1">
<a class="text-warning" href="{{ .url }}">
- <i class="{{ .class }} {{ .icon }}" style="font-size:25px;"></i>
+ <i class="{{ .class }} {{ .icon }}" style="font-size: 2em;"></i>
</a>
</li>
{{ end }}