change username
This commit is contained in:
parent
35f47457c2
commit
50d06cc817
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Reference in a new issue