Skip to content

Commit

Permalink
fix: heading height
Browse files Browse the repository at this point in the history
  • Loading branch information
Esinko committed Aug 20, 2024
1 parent 20515b4 commit 45fa455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body {

.app {
display: flex;
height: 100%;
height: calc(100% - 52px);
}

.document {
Expand Down

0 comments on commit 45fa455

Please sign in to comment.