Fix registration form styling.

This commit is contained in:
codevictory
2021-07-19 17:52:25 +03:00
parent 04431b216d
commit e639e18814

View File

@@ -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) {