Skip to content

Commit

Permalink
less padding around table
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Oct 31, 2024
1 parent 31815c5 commit 42dfde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}

tbody > tr > td {
@apply p-4 text-right md:px-2;
@apply p-4 text-right md:px-0;
}

tbody > tr > td:first-child {
Expand Down

0 comments on commit 42dfde8

Please sign in to comment.