Skip to content

Commit

Permalink
Edited game icon size so it's more apparent there are more elements u…
Browse files Browse the repository at this point in the history
…nderneath to scroll too.
  • Loading branch information
tuk05348 committed Apr 8, 2024
1 parent fe1c809 commit a13ac03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/webapp/src/components/styles/CommunityPage.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const CommunityPageContainer = styled.div`
`;

export const GameIcon = styled.div`
width: 150px;
height: 150px;
width: 140px;
height: 140px;
border-radius: 25px;
display: flex;
justify-content: center;
Expand Down

0 comments on commit a13ac03

Please sign in to comment.