mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-25 20:24:23 -04:00
share-icons: fix extra uneven padding
This commit is contained in:
parent
b40f30754d
commit
6c7b8cf2f9
1 changed files with 2 additions and 2 deletions
|
@ -286,7 +286,7 @@
|
||||||
.share-buttons {
|
.share-buttons {
|
||||||
margin-top: var(--gap);
|
margin-top: var(--gap);
|
||||||
border: 1px solid var(--tertiary);
|
border: 1px solid var(--tertiary);
|
||||||
padding: var(--radius);
|
padding-inline-start: var(--radius);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue