Skip to content

Commit

Permalink
fix: height
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Aug 9, 2024
1 parent 19791e5 commit a224463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const BannerWrapper = styled.div`
right: 10px;
z-index: 3;
width: 400px;
height: 327px;
height: 345px;
border-radius: 24px;
background-color: var(--darkGreen);
color: var(--lightGreen);
Expand Down

0 comments on commit a224463

Please sign in to comment.