Skip to content

Commit

Permalink
Fix paddings in th/td
Browse files Browse the repository at this point in the history
  • Loading branch information
dom1n1k authored Oct 24, 2024
1 parent 80702d1 commit 28e22f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/slide/content/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@

.slide th:first-child,
.slide td:first-child {
padding-left: 96px;
padding-left: var(--slide-side);
}

.slide th:last-child,
.slide td:last-child {
padding-right: 96px;
padding-right: var(--slide-side);
}

/* Lines */
Expand Down

0 comments on commit 28e22f0

Please sign in to comment.