Skip to content

Commit

Permalink
Corrected mobile margins
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrutherford authored Jun 28, 2024
1 parent b542e0d commit 3d7b198
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,14 @@ footer {
@media (max-width: 768px) {
#toolbar {
flex-direction: column;
margin-right: 0;
margin-right: 20px;
margin-bottom: 0px;
width: 100%;
}

#statistics {
margin: 20px auto;
margin-top: 20px;
margin-bottom: 0;
}

#petriDish {
Expand Down

0 comments on commit 3d7b198

Please sign in to comment.