diff --git a/src/stylesheets/pages/_tests.scss b/src/stylesheets/pages/_tests.scss index 932e24f..1cb5f72 100644 --- a/src/stylesheets/pages/_tests.scss +++ b/src/stylesheets/pages/_tests.scss @@ -3,5 +3,11 @@ th, td { overflow-wrap: anywhere; } + + @include hide-column(3); + + @include respond-to('medium') { + @include show-column(3); + } } }