mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-06 01:21:20 -04:00
Revert "Fix social icons extraneous margin"
This reverts commit 6864770ad4
.
This commit is contained in:
parent
705ebeb729
commit
28ec7a407d
1 changed files with 5 additions and 3 deletions
|
@ -28,12 +28,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
display: flex;
|
padding: 12px 0;
|
||||||
gap: 1rem;
|
}
|
||||||
|
|
||||||
|
.social-icons a:not(:last-of-type) {
|
||||||
|
margin-inline-end: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons a svg {
|
.social-icons a svg {
|
||||||
display: block;
|
|
||||||
height: 26px;
|
height: 26px;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue