Add share buttons below post

This commit is contained in:
2022-04-30 21:23:45 -05:00
parent effd3a265b
commit 72ebcf134a
3 changed files with 78 additions and 1 deletions

View File

@ -274,6 +274,29 @@
}
/* Social media share buttons */
.share-buttons {
background: var(--background-2);
margin: 25px 0;
padding: 8px 0;
border-radius: 8px;
display: flex;
gap: 8px;
justify-content: center;
}
.share-buttons a {
background-color: var(--background-4);
padding: 4px;
border-radius: 8px;
}
.share-buttons svg {
width: 32px;
height: 32px;
}
/* Back to top */
#back-to-top {
position: fixed;