Skip to content

Commit

Permalink
Merge pull request #140 from opensourcepledge/vladh/add-table-padding
Browse files Browse the repository at this point in the history
Add table padding
  • Loading branch information
chadwhitacre authored Sep 23, 2024
2 parents 896e34e + 89cdc9a commit ed17b12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,10 @@ const { title, navless } = Astro.props;
tr {
text-align: left;
}
td, th {
padding-left: 0.3rem;
padding-right: 0.3rem;
}
&.table--bordered {
border-top: 2px solid var(--color-muted);
tr {
Expand Down

0 comments on commit ed17b12

Please sign in to comment.