Skip to content

Commit

Permalink
Fixing margins and sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrutherford authored Jun 28, 2024
1 parent 0edb08d commit 1ef6f67
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ header {
color: #fff;
width: 100%;
text-align: center;
margin-bottom: 0;
}

header h1 {
Expand All @@ -28,11 +29,14 @@ header h1 {
flex-grow: 1;
justify-content: center;
width: 100%;
height: 100%;
margin-top: 0;
}

#petriDish {
width: 90%;
height: 50vh;
height: 70%;
margin-top: 0;
position: relative;
background-color: #d3ffff;
border: 1px solid #ccc;
Expand Down Expand Up @@ -108,7 +112,7 @@ header h1 {
footer {
color: #878787;
font-family: 'Times New Roman', Times, serif;
padding: 9px;
font-size: 10pt;
width: 100%;
text-align: center;
}

0 comments on commit 1ef6f67

Please sign in to comment.