Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeMin committed Jun 14, 2024
1 parent 67b7cb1 commit b89024b
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 @@ -34,19 +34,19 @@ main {
align-items: center;

> svg {
margin: 0 18px;
margin: 10px 20px;
}
}

#description {
margin-top: 20px;
margin-top: 10px;
}
}
}

aside {
padding-top: 10px;
padding-left: 20px;
padding-left: 10px;

width: 250px;
height: 400px;
Expand All @@ -65,7 +65,7 @@ main {
#shoes {
padding: 10px;

height: 103%;
height: 102%;

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

0 comments on commit b89024b

Please sign in to comment.