Skip to content

Commit

Permalink
update cell padding
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Aug 20, 2023
1 parent 6ddde4e commit 70b7a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
}

td {
padding: 10px 15px;
padding: 5px 5px;
text-align: left;
border: 0px;
font-size: 18px;
font-size: 16px;
}
th {
padding: 10px 15px;
padding: 10px 10px;
text-align: left;
border: 0px;
font-size: 20px;
Expand Down

0 comments on commit 70b7a22

Please sign in to comment.