Skip to content

Commit

Permalink
[UI] Update game component for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lw committed Jul 20, 2024
1 parent 973c472 commit a352d00
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ export const GameCardItem = styled(Component)<Props>(({ theme: { token } }: Prop
'.__game-banner': {
filter: 'blur(8px)'
}
},

'@media (max-width: 369px)': {
'.__game-banner': {
width: 160
}
}
});
});
Expand Down

0 comments on commit a352d00

Please sign in to comment.