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