Skip to content

Commit 6c7b8cf

Browse files
committed
share-icons: fix extra uneven padding
1 parent b40f307 commit 6c7b8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/post-single.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
.share-buttons {
287287
margin-top: var(--gap);
288288
border: 1px solid var(--tertiary);
289-
padding: var(--radius);
289+
padding-inline-start: var(--radius);
290290
border-radius: var(--radius);
291291
display: flex;
292292
overflow-x: auto;
@@ -316,4 +316,4 @@
316316
margin: 0 calc(var(--gap) * -1);
317317
padding: 0 21px;
318318
}
319-
}
319+
}

0 commit comments

Comments
 (0)