From d2a2727b42afc790bfd6c5bd7d7f5e352283ae3b Mon Sep 17 00:00:00 2001 From: Sergiu <46888793+Serj10GR@users.noreply.github.com> Date: Wed, 30 Dec 2020 08:22:31 +0200 Subject: [PATCH] Ott 699 score style fix (#265) * style(#699): minor score style fix * style(#699): minor style fix --- src/features/MatchCard/styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; `