Skip to content

Commit

Permalink
Small documentation improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jul 5, 2024
1 parent 4c9bc92 commit 94eef60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions website/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,15 +603,16 @@ table {
color: var(--spruce-table-color-caption);
margin-block-end: 1rem;
}
.table th,
.table td {
table th {
text-align: left;
}
table td {
border-block-end: 1px solid var(--spruce-table-color-border);
line-height: var(--spruce-line-height);
padding: var(--spruce-padding);
}
.table th {
table th {
color: var(--spruce-table-color-heading);
text-align: left;
text-align: -webkit-match-parent;
padding: var(--spruce-padding);
}
Expand Down

0 comments on commit 94eef60

Please sign in to comment.