Skip to content

Commit

Permalink
center align share-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Jan 27, 2021
1 parent 91a9e1b commit b284ba5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,10 @@
}

.share-buttons {
margin-top: var(--gap);
margin: 14px 0;
padding-inline-start: var(--radius);
display: flex;
justify-content: center;
overflow-x: auto
}

Expand Down

0 comments on commit b284ba5

Please sign in to comment.