Skip to content

Commit

Permalink
Grid cell font size smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrenf040 committed Aug 16, 2023
1 parent b30eb9d commit 37a561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sudoku-app/src/SudokuGrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

.sudoku-cell {
width: calc(100% / 9);
font-size: 2rem;
font-size: calc(1rem + 1.5vw);
}

.button {
Expand Down

1 comment on commit 37a561c

@vercel
Copy link

@vercel vercel bot commented on 37a561c Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sage-giraffe-sudoku – ./sudoku-app

sage-giraffe-sudoku-git-main-sagegiraffe.vercel.app
sage-giraffe-sudoku-delta.vercel.app
sage-giraffe-sudoku-sagegiraffe.vercel.app

Please sign in to comment.