Skip to content

Commit

Permalink
Reduce element sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrutherford authored Jun 28, 2024
1 parent c4db6e8 commit 2cf577f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ header h1 {
}

#petriDish {
width: 90%;
height: 60%;
width: 70vw;
height: 50vh;
margin-top: 0;
position: relative;
background-color: #d3ffff;
Expand Down

0 comments on commit 2cf577f

Please sign in to comment.