Adds more top-margin on login-page
This commit is contained in:
parent
d8d917ef5a
commit
3e2a19180f
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
.image {
|
||||
padding-top: 3%;
|
||||
padding-top: 5%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
text-align: center;
|
||||
|
@ -40,7 +40,7 @@
|
|||
.form {
|
||||
position: absolute;
|
||||
font-size: 0.9em;
|
||||
top: 30%;
|
||||
top: 35%;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
|
|
Loading…
Reference in New Issue