mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-05 17:14:24 -04:00
profile-mode : include social icons
usage : in config params: profileMode: socialIcons: - name: "<platform>" url: : "<link>"
This commit is contained in:
parent
6683b85876
commit
f852d06923
2 changed files with 15 additions and 0 deletions
|
@ -27,3 +27,13 @@ img {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
margin: 2px;
|
||||
padding: 6px;
|
||||
font-size: 1.4em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue