Skip to content

Commit

Permalink
style: add border/padding to table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jul 8, 2024
1 parent 4889029 commit cfe3724
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/common/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ li {
@apply mb-2;
}

th, td {
padding: .25ex 1ex;
border-width: 1px;
}

nav {
@apply flex items-center h-16 px-4 shadow text-gray-600;
a {
Expand Down

0 comments on commit cfe3724

Please sign in to comment.