Added contacts tab

This commit is contained in:
mrfry
2021-03-16 16:43:24 +01:00
parent 2912e54370
commit 54de067ace
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.contactsContainer {
margin: 5px;
}
.contactsContainer > div {
display: flex;
}