Skip to content

Commit

Permalink
fix tetris for BScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ijuaa committed Feb 7, 2024
1 parent 7a60126 commit 9c23e91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/styles/tetris.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
width: 40rem;
top: 20rem;
height: 25rem;
z-index: 2;
@media screen and (max-width: 1160px) {
width: 95svw;
height: 85vh;
Expand All @@ -55,6 +54,10 @@
top: 10rem;
}

@media screen and (min-width: 2400px) {
top: 6em;
}

.scores {
color: white;
position: relative;
Expand Down

0 comments on commit 9c23e91

Please sign in to comment.