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