mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
Fix padding for the first social icon in the home info
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.social-icons a:first-of-type {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
.social-icons a svg {
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
|
||||
Reference in New Issue
Block a user