mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 08:19:31 +00:00
Hide subject column on mobile screens
This commit is contained in:
@@ -3,5 +3,11 @@
|
|||||||
th, td {
|
th, td {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include hide-column(3);
|
||||||
|
|
||||||
|
@include respond-to('medium') {
|
||||||
|
@include show-column(3);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user