Skip to content

Commit

Permalink
Tweaked min-height for #childContent to fit #footer when it takes up …
Browse files Browse the repository at this point in the history
…4 lines of text.
  • Loading branch information
dieharders committed Oct 8, 2018
1 parent bb89033 commit 779ee1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ a.badge.badge-dark {
}
#childContent{
width: 100%;
min-height: 200px;
height: calc(100vh - 330px);
min-height: 185px;
height: calc(100vh - 380px);
font-size: 18pt;
overflow-y: scroll;
padding: auto;
Expand Down

0 comments on commit 779ee1b

Please sign in to comment.