Aligning file uploader to center on contacts

This commit is contained in:
mrfry 2021-05-07 13:02:54 +02:00
parent 92bed77a97
commit 4d86a437ce

View file

@ -19,5 +19,7 @@
}
.fileContainer {
display: flex;
justify-content: center;
margin: 5px;
}