Skip to content

Commit

Permalink
style(body): fix full page height
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Jun 3, 2022
1 parent 41c0736 commit e4d6e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body {
margin: 0;
display: flex;
flex-direction: column;
height: 100%;
height: calc(100% - 5px);
}

.flex_main {
Expand Down

0 comments on commit e4d6e71

Please sign in to comment.