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

change table breakpoint

parent 24f8bbb3
No related branches found
No related tags found
No related merge requests found
$table-breakpoint: 'tablet-portrait';
// also in _table.scss
$table-breakpoint: 'tablet-landscape';
.all-submissions {
$root: &;
......
......@@ -85,7 +85,7 @@
background: url('./../../images/filters.svg') $color--white no-repeat 93% center;
}
@include media-query(tablet-portrait) {
@include media-query(tablet-landscape) {
display: none;
}
}
......
......@@ -2,7 +2,7 @@
display: none;
background-color: transparent;
@include media-query(tablet-portrait) {
@include media-query(tablet-landscape) {
display: table;
}
......
$table-breakpoint: 'tablet-portrait';
// also in _all-submissions.scss
$table-breakpoint: 'tablet-landscape';
table {
width: 100%;
......
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