Skip to content

Commit

Permalink
[#1919] Fixed min-height (#1920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten authored Jun 4, 2021
1 parent a771fc0 commit 7a398fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/ui/src/App.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
@include font-base;
display: flex;
width: 100vw;
height: 100%;
min-width: 1366px;
min-height: 768px;
min-height: 100vh;
justify-content: center;
flex-direction: column;
}
Expand Down

0 comments on commit 7a398fe

Please sign in to comment.