fix(in-95): fix matches count position

keep-around/61a2661a1c7b0f958a65795b5393822fb1d16524
Ruslan Khayrullin 3 years ago
parent bc0c1a389f
commit a1dfc1eee5
  1. 1
      src/features/TournamentList/components/CollapseTournament/styled.tsx

@ -176,6 +176,7 @@ export const CountryFlag = styled.img`
export const CountMatches = styled.span`
display: block;
margin-top: 3px;
text-align: center;
font-weight: 400;
font-size: 10px;

Loading…
Cancel
Save