Skip to content

Commit

Permalink
Fixed container height
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrutherford authored Jun 28, 2024
1 parent b67a4a6 commit b058dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ header h1 {
flex-direction: column;
align-items: center;
flex-grow: 1;
justify-content: center;
justify-content: flex-start;
width: 100%;
height: 100vh;
height: calc(100vh - 40px);
margin-top: 0;
}

Expand Down Expand Up @@ -67,7 +67,7 @@ header h1 {

#clearButton {
padding: 5px;
max-height: 5vh;;
max-height: 5vh;
cursor: pointer;
}

Expand Down

0 comments on commit b058dc2

Please sign in to comment.