Skip to content

Commit

Permalink
svh for a bit better mobile maybe. last commit tonight I swear
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoconnordev committed Oct 2, 2023
1 parent afed457 commit bffd592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classes/noughts-and-crosses/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.game-board {
height: min(80vh, 80vw);
width: min(80vh, 80vw);
height: min(80svh, 80svw);
width: min(80svh, 80svw);
margin: auto;

display: grid;
Expand All @@ -15,7 +15,7 @@
height: 100%;
width: 100%;
background-color: white;
font-size: min(26vh, 26vw);
font-size: min(26svh, 26svw);
text-align: center;
}

Expand Down

0 comments on commit bffd592

Please sign in to comment.