16 lines
239 B
CSS
16 lines
239 B
CSS
#profileBody {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#profileBody #newUserPass {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#profileBody input[type="text"],
|
|
#profileBody input[type="password"] {
|
|
display: block;
|
|
margin: 0;
|
|
}
|