Skip to content

Commit

Permalink
Center
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Apr 29, 2024
1 parent ffcbd85 commit 7a1f78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/BoxScoreWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const HeadlineScore = ({
}
>
<h2
className={`d-flex ${small ? "mb-0" : liveGameSim ? "mb-1" : "mb-2"}`}
className={`d-flex justify-content-center ${small ? "mb-0" : liveGameSim ? "mb-1" : "mb-2"}`}
>
<TeamNameAndScore
boxScore={boxScore}
Expand Down

0 comments on commit 7a1f78e

Please sign in to comment.