center align share-buttons

This commit is contained in:
Aditya Telange 2021-01-23 23:18:33 +05:30
parent 91a9e1b9bb
commit b284ba5799
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -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
}