Adjusted styling on signup form
This commit is contained in:
@ -8,12 +8,12 @@ h2 {
|
||||
width: 35%;
|
||||
margin: 30px auto;
|
||||
text-align: center;
|
||||
padding:20px 0 0 0;
|
||||
padding: 1em 0 0 0;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.login-form {
|
||||
padding:1em 2em;
|
||||
padding: 1em 2em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-items: center;
|
||||
|
Reference in New Issue
Block a user