Skip to content

Commit 370689d

Browse files
committed
update to equiv rem value
1 parent fd978ea commit 370689d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/smpte.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ td.top-cell { vertical-align: top; }
422422
table.col-6-xwide tr td:nth-child(6), table.col-6-xwide tr th:nth-child(6),
423423
table.col-7-xwide tr td:nth-child(7), table.col-7-xwide tr th:nth-child(7),
424424
table.col-8-xwide tr td:nth-child(8), table.col-8-xwide tr th:nth-child(8) {
425-
min-width: 80ch;
425+
min-width: 40rem;
426426
}
427427

428428
/* cell width utilities */
@@ -444,7 +444,7 @@ th.col-wide, td.col-wide {
444444
}
445445

446446
th.col-xwide, td.col-xwide {
447-
min-width: 80ch;
447+
min-width: 40rem;
448448
}
449449

450450
table > caption {

0 commit comments

Comments
 (0)