mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Do not set font-size for fontawesome icons in css (#619)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user