10 lines
139 B
CSS
10 lines
139 B
CSS
#registration-form p {
|
|
text-align: center;
|
|
}
|
|
#registration-form form {
|
|
width: 25em;
|
|
}
|
|
|
|
#registration-form .messages {
|
|
margin: 0 auto;
|
|
}
|