Skip to content
Snippets Groups Projects
Commit 26b6411b authored by Chris Lawton's avatar Chris Lawton
Browse files

reduce title column width under landscape breakpoint

parent 61e2d78e
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,13 @@ $table-breakpoint: 'tablet-landscape';
// set column widths
&.title {
@include media-query($table-breakpoint) {
width: 260px;
width: 130px;
padding-left: 20px;
}
@include media-query(desktop) {
width: 260px;
}
}
&.phase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment