Skip to content

Commit

Permalink
Improved layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Sep 29, 2023
1 parent c52c1ec commit 6f09af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/scoreboard/[[id]].vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const fakeTeam = {
<ScoreboardShareButton :teamId="teamId" :team="team!" class="justify-self-end" />
</div>

<div class="flex flex-col sm:flex-row justify-between items-center text-center mb-1 px-4">
<div class="flex flex-col sm:flex-row justify-between items-center text-center mb-4 px-4">
<ScoreboardTeamTile
:team="team"
:score="scoreboard?.teamScore ?? 0"
Expand Down

0 comments on commit 6f09af5

Please sign in to comment.