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 {
|
.login-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 50vw;
|
left: 50vw;
|
||||||
|
top: 5vh;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid lightgrey;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -86,3 +87,11 @@ body {
|
|||||||
color: #111;
|
color: #111;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-wrapper {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
top: 22vh;
|
||||||
|
left: 8vw;
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user