Skip to content

Commit

Permalink
Merge pull request #86 from aljazerzen/source
Browse files Browse the repository at this point in the history
style(body): fix full page height
  • Loading branch information
epage authored Jun 3, 2022
2 parents 41c0736 + e4d6e71 commit 2b918ec
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 2b918ec

Please sign in to comment.