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:
authorDarshan Baral <darshanbaral@gmail.com>2019-11-03 04:19:55 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-11-03 04:19:55 +0300
commite143ea142aab87a3d36a678e2516f1c3e143b155 (patch)
treede983f4598c9e982bb5699027223d3babd272dba
parentf402dc0981b6905a92f358755a04593603c9dfe2 (diff)
Increased icon size
-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 }}