adds minor login design update and device page update

This commit is contained in:
2020-05-22 00:10:16 +02:00
parent 3c6d950bbc
commit cf9c4f0e85
3 changed files with 28 additions and 10 deletions

View File

@ -4,6 +4,21 @@ body *
font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.banner {
display:flex;
justify-content: center;
align-items:center;
background-color: orange;
height: 20rem;
flex-direction: column;
margin-bottom: 10rem;
}
.title {
margin: none;
color: blue;
}
.logins {
height: 100px;
width: 500px;