Skip to content

Commit

Permalink
fixed clock row in 169 3way
Browse files Browse the repository at this point in the history
  • Loading branch information
jiisloth committed Apr 24, 2024
1 parent a190359 commit 0527279
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/layouts/SixteenNine3Way.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<div id="gamedatarow" class="row">
<GameData showGameIcon={false} />
</div>
<div class="row">
<div class="row timerow">
<GameTimer></GameTimer>

<Counters />
Expand Down Expand Up @@ -207,4 +207,8 @@
padding-top: 20px;
justify-content: space-around;
}
.timerow{
margin-top: -15px;
justify-content: space-around;
}
</style>

0 comments on commit 0527279

Please sign in to comment.