Skip to content

Commit

Permalink
make landscape styling better
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed Sep 3, 2023
1 parent af2bb50 commit 411495b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
- remove from word games and point to here instead
- run linters
- tests

- make better for large screens
- update repo about section
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ input[type="checkbox" i]:checked {
}

/* Landscape, large screen */
@media (orientation: landscape) and (min-width: 1000px) {
@media (orientation: landscape) {
#gribbles {
grid-template-areas:
"stats currentWord controls"
Expand Down

0 comments on commit 411495b

Please sign in to comment.