Skip to content

Commit

Permalink
fix scaling issues on mobile phones #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vnucec committed Dec 18, 2023
1 parent 58d881e commit 2d35258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

th,
td {
border: 2px solid black;
padding: 10px;
border: 1px solid black;
padding: 5px 1px;
text-align: center;
}

Expand Down

0 comments on commit 2d35258

Please sign in to comment.