Do not set font-size for fontawesome icons in css (#619)

This commit is contained in:
Alphonse Mariya
2021-11-12 13:39:05 +01:00
committed by GitHub
parent b93ac81256
commit d69b5b5707
6 changed files with 8 additions and 16 deletions

View File

@@ -95,37 +95,37 @@ author = "authors"
[[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"

View File

@@ -3379,8 +3379,6 @@ figure {
@media only screen and (max-width: 768px) {
.centered .about ul li a {
font-size: 1.4rem; } }
.centered .about ul li a i {
font-size: 3.2rem; }
.centered .error {
text-align: center; }
.centered .error h1 {