Skip to content

Commit

Permalink
Fix bar positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Sofer authored and Dean Sofer committed May 14, 2024
1 parent 1a619a7 commit 3488080
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Game/Game.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
:nth-child(1 of .bar) {
order: 3;
display: flex;
flex-direction: column;
justify-content: flex-end;
flex-direction: column;
justify-content: flex-end;
@media (max-aspect-ratio: 1) {
flex-direction: row;
}
}
:nth-child(2 of .bar) {
order: 7;
Expand Down

0 comments on commit 3488080

Please sign in to comment.