1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 05:19:31 +00:00

Hide subject column on mobile screens

This commit is contained in:
2022-02-06 23:22:06 +00:00
parent c7ca177cd8
commit 457e702267

View File

@@ -3,5 +3,11 @@
th, td {
overflow-wrap: anywhere;
}
@include hide-column(3);
@include respond-to('medium') {
@include show-column(3);
}
}
}