Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeMin committed Jun 15, 2024
1 parent 5a6a58f commit ae408eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ main {
min-width: 600px;

#content {
width: 600px;
height: 400px;
width: 520px;
height: 300px;

padding: 10px 20px 0 0;

Expand Down Expand Up @@ -48,8 +48,8 @@ main {
padding-top: 10px;
padding-left: 10px;

width: 250px;
height: 400px;
width: 220px;
height: 300px;

#hat {
padding: 10px;
Expand All @@ -65,7 +65,7 @@ main {
#shoes {
padding: 10px;

height: 102%;
height: 104%;

border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
Expand Down

0 comments on commit ae408eb

Please sign in to comment.