From 599e78f77c4f59fc4427e875a88678bc013f3f23 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 20 Jan 2023 14:41:32 -0600 Subject: [PATCH] Remove unusual workaround --- app/assets/stylesheets/local_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/local_variables.scss b/app/assets/stylesheets/local_variables.scss index 812804426..3f203e9cb 100644 --- a/app/assets/stylesheets/local_variables.scss +++ b/app/assets/stylesheets/local_variables.scss @@ -13,4 +13,4 @@ $nav-link-padding: $spacer; $modal-header-footer-height-guess: 212px; // Only set max-width of containers at breakpoints above "sm" -$container-max-widths: map-remove($container-max-widths, "sm"); +//$container-max-widths: map-remove($container-max-widths, "sm");