From d6be5231dbddfea97a137e1f3e2909463efc99e8 Mon Sep 17 00:00:00 2001 From: Brian Canini <canini.16@osu.edu> Date: Wed, 23 Jun 2021 11:15:10 -0400 Subject: [PATCH] fixing breakpoint error --- web/themes/asc_bootstrap/asc_bootstrap.breakpoints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/asc_bootstrap/asc_bootstrap.breakpoints.yml b/web/themes/asc_bootstrap/asc_bootstrap.breakpoints.yml index d4e6b7ae4a..01b8ad0beb 100644 --- a/web/themes/asc_bootstrap/asc_bootstrap.breakpoints.yml +++ b/web/themes/asc_bootstrap/asc_bootstrap.breakpoints.yml @@ -10,7 +10,7 @@ asc_bootstrap.tablet: weight: 1 multipliers: - 1x - asc_bootstrap.desktop: +asc_bootstrap.desktop: label: desktop mediaQuery: 'all and (min-width: 992px) and (max-width: 1199px)' weight: 2 -- GitLab