diff --git a/src/features/MatchCard/styled.tsx b/src/features/MatchCard/styled.tsx index 9883ba61..fd1d9e1c 100644 --- a/src/features/MatchCard/styled.tsx +++ b/src/features/MatchCard/styled.tsx @@ -137,7 +137,7 @@ export const TeamName = styled(Name)` ` export const Score = styled.div` - margin-left: 4px; + margin-left: auto; text-align: center; width: 10%; `