mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-27 21:24:15 -04:00
social-icons: use height and with as css props;
rm hardcoded svg height and width
This commit is contained in:
parent
48d2dcb164
commit
8ff1f10eb7
2 changed files with 65 additions and 65 deletions
|
@ -43,8 +43,11 @@
|
|||
padding: 12px 0;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
margin: 2px;
|
||||
padding: 6px;
|
||||
font-size: 1.4em;
|
||||
.social-icons a:not(:last-of-type) {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.social-icons a svg {
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue