Fix registration form styling.
This commit is contained in:
@@ -21,6 +21,7 @@ form {
|
||||
.text-input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 8px 0 8px 0;
|
||||
|
||||
label {
|
||||
width: 29%;
|
||||
@@ -38,10 +39,6 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.confirmed-input {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -56,10 +53,6 @@ form {
|
||||
i {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
label {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
Reference in New Issue
Block a user