Skip to content

Commit

Permalink
avoid massive letters on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoconnordev committed Oct 2, 2023
1 parent 75f982e commit afed457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/noughts-and-crosses/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
height: 100%;
width: 100%;
background-color: white;
font-size: 26vh;
font-size: min(26vh, 26vw);
text-align: center;
}

Expand Down

0 comments on commit afed457

Please sign in to comment.