Skip to content

Commit

Permalink
Update SudokuGrid.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTimeey authored Feb 21, 2021
1 parent e172ce9 commit c7ac477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SudokuGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ input[type=number] {
padding: 8px !important;
}
.grid-cell-editor {
font-size: 18px;
font-size: 16px;
width: 18px;
height: 18px;
}
}
</style>
</style>

0 comments on commit c7ac477

Please sign in to comment.