Skip to content

Commit

Permalink
Add min-height to App.css
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Apr 26, 2024
1 parent 4d33936 commit aa0dd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
flex-direction: column;
background-color: #ffffff;
padding: 1em 2em 2em 2em;
min-height: 45vh;
gap: 0.6em;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
Expand Down

0 comments on commit aa0dd53

Please sign in to comment.