Skip to content

Commit

Permalink
share-icons: fix extra uneven padding
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Oct 28, 2020
1 parent b40f307 commit 6c7b8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
.share-buttons {
margin-top: var(--gap);
border: 1px solid var(--tertiary);
padding: var(--radius);
padding-inline-start: var(--radius);
border-radius: var(--radius);
display: flex;
overflow-x: auto;
Expand Down Expand Up @@ -316,4 +316,4 @@
margin: 0 calc(var(--gap) * -1);
padding: 0 21px;
}
}
}

0 comments on commit 6c7b8cf

Please sign in to comment.