Client - fix app height

This commit is contained in:
Sam
2021-08-15 09:24:10 +02:00
parent 8465c0e4cb
commit 4bbfb800cb
5 changed files with 19 additions and 15 deletions

View File

@ -25,11 +25,7 @@
justify-content: center;
padding: $default-padding;
height: calc(100vh - 100px);
@media screen and (max-width: $medium-limit) {
height: auto;
}
height: 100%;
.bike-img {
max-width: 40%;

View File

@ -101,10 +101,9 @@
#login-form {
display: flex;
align-items: center;
height: calc(100vh - 100px);
border-radius: 4px;
margin: $default-margin 0;
height: 100%;
#user-form {
width: 60%;