diff --git a/styles.css b/styles.css index 2181d83..dc2f61e 100644 --- a/styles.css +++ b/styles.css @@ -2586,6 +2586,9 @@ iframe { margin-bottom: var(--gutter-compensation, -0.5rem); margin-left: var(--gutter-compensation, -0.5rem); } +.xs-col-table, .md-col-table, .lg-col-table { + display: none; } + .col-xs-0 { box-sizing: border-box; flex-grow: 0; @@ -2776,6 +2779,8 @@ iframe { @media only screen and (min-width: 48em) { .container { width: 46rem; } + .xs-col-table { + display: inherit; } .col-sm, .col-sm-1, .col-sm-2, @@ -2918,6 +2923,8 @@ iframe { @media only screen and (min-width: 62em) { .container { width: 61rem; } + .md-col-table { + display: inherit; } .col-md, .col-md-1, .col-md-2, @@ -3060,6 +3067,8 @@ iframe { @media only screen and (min-width: 75em) { .container { width: 71rem; } + .lg-col-table { + display: inherit; } .col-lg, .col-lg-1, .col-lg-2,