Center names

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-07-15 15:17:39 +05:30
parent c7e12c98b5
commit be46d870aa

View file

@ -47,3 +47,8 @@
.MemberTileView {
display: flex;
}
.MemberTileView_name {
display: flex;
align-items: center;
}