Skip to content

Commit 70b7a22

Browse files
committed
update cell padding
1 parent 6ddde4e commit 70b7a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
}
2525

2626
td {
27-
padding: 10px 15px;
27+
padding: 5px 5px;
2828
text-align: left;
2929
border: 0px;
30-
font-size: 18px;
30+
font-size: 16px;
3131
}
3232
th {
33-
padding: 10px 15px;
33+
padding: 10px 10px;
3434
text-align: left;
3535
border: 0px;
3636
font-size: 20px;

0 commit comments

Comments
 (0)