Skip to content

Commit

Permalink
take out some calc
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Sep 4, 2024
1 parent 44c99eb commit 9efa0fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ td {

td[scope="header"] {
border: var(--border-thickness) solid var(--text-color);
padding: calc((var(--line-height) / 2))
calc(1ch - var(--border-thickness) / 2)
calc((var(--line-height) / 2) - (var(--border-thickness)));
padding: 0.6rem calc(1ch - 1px) calc(0.6rem - 2px);
line-height: var(--line-height);
vertical-align: top;
text-align: left;
Expand Down

0 comments on commit 9efa0fa

Please sign in to comment.