From d69b5b5707f6d5f5d4beb669bbe7e8a00e7576f3 Mon Sep 17 00:00:00 2001
From: Alphonse Mariya <alphonse.mariya@hotmail.com>
Date: Fri, 12 Nov 2021 12:39:05 +0000
Subject: [PATCH] Do not set font-size for fontawesome icons in css (#619)

---
 exampleSite/config.toml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 87153d3..0bdec2f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -95,37 +95,37 @@
 
 [[params.social]]
 name = "Github"
-icon = "fa fa-github"
+icon = "fa fa-2x fa-github"
 weight = 1
 url = "https://github.com/johndoe/"
 
 [[params.social]]
 name = "Gitlab"
-icon = "fa fa-gitlab"
+icon = "fa fa-2x fa-gitlab"
 weight = 2
 url = "https://gitlab.com/johndoe/"
 
 [[params.social]]
 name = "Twitter"
-icon = "fa fa-twitter"
+icon = "fa fa-2x fa-twitter"
 weight = 3
 url = "https://twitter.com/johndoe/"
 
 [[params.social]]
 name = "LinkedIn"
-icon = "fa fa-linkedin"
+icon = "fa fa-2x fa-linkedin"
 weight = 4
 url = "https://www.linkedin.com/in/johndoe/"
 
 [[params.social]]
 name = "Medium"
-icon = "fa fa-medium"
+icon = "fa fa-2x fa-medium"
 weight = 5
 url = "https://medium.com/@johndoe"
 
 [[params.social]]
 name = "RSS"
-icon = "fa fa-rss"
+icon = "fa fa-2x fa-rss"
 weight = 6
 url = "https://myhugosite.com/index.xml"
 rel = "alternate"

--
Gitblit v1.10.0