Skip to content

Commit 7e7571b

Browse files
committed
table.metrics selector added
1 parent 6cc095b commit 7e7571b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/scss/_custom.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ main {
358358

359359
@media (max-width: 767px) { // for mobile devices, Display the names, Stability levels & types
360360

361+
table.metrics {
361362
th:nth-child(n + 4),
362363
td:nth-child(n + 4) {
363364
display: none;
@@ -370,8 +371,9 @@ main {
370371
min-width: 6em;
371372
}
372373
}
374+
}
373375

374-
tbody{ // Tested dimensions to improve overall aesthetic of the table
376+
table.metrics tbody{ // Tested dimensions to improve overall aesthetic of the table
375377
tr {
376378
td {
377379
font-size: smaller;

0 commit comments

Comments
 (0)