Skip to content

Commit

Permalink
Removed redundant formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrutherford authored Jun 28, 2024
1 parent 66be0fb commit 481167e
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ header {
color: #fff;
width: 100%;
text-align: center;
padding: 10px 0;
}

header h1 {
Expand Down Expand Up @@ -108,32 +107,7 @@ header h1 {
footer {
color: #878787;
font-family: 'Times New Roman', Times, serif;
font-size: 10pt;
padding: 10px;
padding: 9px;
width: 100%;
text-align: center;
}

@media (max-width: 768px) {
#toolbar {
flex-direction: column;
margin-right: 20px;
margin-bottom: 0px;
width: 100%;
}

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

#petriDish {
width: 100%;
height: 40vh;
}

#clearButton {
width: 100%;
max-height: none;
}
}

0 comments on commit 481167e

Please sign in to comment.