chore: make social button smaller

This commit is contained in:
Sebastian Velez
2023-02-06 14:30:26 -05:00
parent 40635cfada
commit 4023044286
2 changed files with 7 additions and 2 deletions

View File

@@ -41,3 +41,8 @@ div#status {
display: flex;
justify-content: space-between;
}
.align-items-center {
display: flex;
align-items: center;
}