Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeMin committed Jun 18, 2024
2 parents 0fc0048 + ae408eb commit 53cbc54
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.3",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1"
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/app/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ main {
min-width: 600px;

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

padding: 10px 20px 0 0;

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

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

#hat {
padding: 10px;
Expand All @@ -66,7 +66,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 53cbc54

Please sign in to comment.