Skip to content

Commit

Permalink
Make table cell padding [16px H, 8px V]
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Jan 8, 2024
1 parent 222f067 commit f3b34e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
width: 100%;
}

th,
td {
th {
padding: 8px;
}

td {
padding: 8px 16px 8px 16px;
}

tr {
@apply bg-[#f0f0f0] dark:bg-[#212529];
}
Expand Down

0 comments on commit f3b34e7

Please sign in to comment.