Skip to content

Commit

Permalink
made the app more responsive for all screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahthedev committed Jan 27, 2024
1 parent 0070b98 commit 706c557
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
#bmi-container {
border-radius: 15px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
height: 750px;
min-height: 640px;
max-height: 700px;
height: 100vh;
max-width: 500px;
background: #0a0e21;
margin-top: 5px;
}
#bmi-title {
color: white;
Expand Down

0 comments on commit 706c557

Please sign in to comment.