Client - fix app height
This commit is contained in:
@ -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%;
|
||||
|
@ -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%;
|
||||
|
Reference in New Issue
Block a user