change username

This commit is contained in:
NyxiumYuuki 2021-05-30 22:35:12 +02:00
parent 35f47457c2
commit 50d06cc817

View file

@ -56,10 +56,11 @@ body {
align-items: center; align-items: center;
.username { .username {
font-size: 14px; font-size: 20px;
font-weight: 500; font-weight: 500;
margin-bottom: 0; margin-bottom: 0;
display: flex; display: flex;
margin-left: 5px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
@ -109,3 +110,7 @@ body {
} }
} }
} }
.modal-footer{
display: block;
}