Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
Just changed the dimensions of the div for easier viewing
  • Loading branch information
R-W-C authored Jan 21, 2025
1 parent 7e80f91 commit 4c26a58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ main {
display: flex;
align-items: center;
justify-content: center;
width: 500px;
height: 500px;
margin: 120px;
width: 60px;
height:60px;
margin: 60px;
border: 1px solid blue;
}
}

0 comments on commit 4c26a58

Please sign in to comment.