title wrapper and form for landing page position change; css.
This commit is contained in:
parent
08e75a79ba
commit
3ec60c7bcc
@ -24,6 +24,7 @@ body {
|
||||
.login-wrapper {
|
||||
position: relative;
|
||||
left: 50vw;
|
||||
top: 5vh;
|
||||
width: 400px;
|
||||
border: 1px solid lightgrey;
|
||||
border-radius: 5px;
|
||||
@ -86,3 +87,11 @@ body {
|
||||
color: #111;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.title-wrapper {
|
||||
position: relative;
|
||||
display: flex;
|
||||
top: 22vh;
|
||||
left: 8vw;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user