Skip to content

Commit

Permalink
Add td, th padding
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jun 7, 2024
1 parent 688dfbb commit c5e69b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/partials/paige/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
border-right: 0.25rem solid var(--bs-body-bg);
}

td, th {
padding: 0.5rem;
}

.highlight .chroma .hl,
.highlight .chroma .lnt {
display: flex;
Expand Down

0 comments on commit c5e69b7

Please sign in to comment.