vendor/assets/stylesheets/components/_cohort.scss in active_frontend-16.1.7 vs vendor/assets/stylesheets/components/_cohort.scss in active_frontend-16.2.0
- old
+ new
@@ -100,10 +100,10 @@
.cohort-high { background: shade-color(primary); }
.cohort-highest { background: shadiest-color(primary); }
// Media Queries
// ==================================================
-@media only screen and (max-width: 960px) {
+@media only screen and (max-width: breakpoint-max-width(b)) {
.cohort-container {
.table-responsive {
border-radius: 0;
border-width: 0;
}