Skip to content

Commit 9a98141

Browse files
committed
Responsive style for new matrix.
1 parent 930edf2 commit 9a98141

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FrontEnd/styles/matrix.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
font-size: 9px;
9696
}
9797
}
98+
99+
@media screen and (max-width: $mobile-breakpoint) {
100+
grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
101+
grid-auto-rows: 1fr;
102+
}
98103
}
99104
}
100105
}

0 commit comments

Comments
 (0)