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