Skip to content

Commit c0e6ed9

Browse files
committed
Fix tile counter alignment on Firefox.
1 parent e09090e commit c0e6ed9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

style/screens/screen-game.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ $score-font-size: min(4vw, 5vh);
7474

7575
.tile-counter {
7676
grid-area: tile-counter;
77+
display: grid;
7778
justify-self: center;
7879
justify-items: center;
7980
align-content: center;
@@ -90,6 +91,7 @@ $score-font-size: min(4vw, 5vh);
9091

9192
.game-button.refreshtiles {
9293
grid-area: refresh-tiles;
94+
display: grid;
9395
justify-self: center;
9496
align-self: center;
9597
align-content: center;

0 commit comments

Comments
 (0)