We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc095b commit 7e7571bCopy full SHA for 7e7571b
assets/scss/_custom.scss
@@ -358,6 +358,7 @@ main {
358
359
@media (max-width: 767px) { // for mobile devices, Display the names, Stability levels & types
360
361
+ table.metrics {
362
th:nth-child(n + 4),
363
td:nth-child(n + 4) {
364
display: none;
@@ -370,8 +371,9 @@ main {
370
371
min-width: 6em;
372
}
373
374
+ }
375
- tbody{ // Tested dimensions to improve overall aesthetic of the table
376
+ table.metrics tbody{ // Tested dimensions to improve overall aesthetic of the table
377
tr {
378
td {
379
font-size: smaller;
0 commit comments