From 9bbae8e70430d7ab6fd607afa6752413ff3dfa98 Mon Sep 17 00:00:00 2001 From: Ritika Desai Date: Fri, 6 Sep 2024 11:01:40 -0400 Subject: [PATCH] 1440 breakpoint fix --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index f8d0d17..229957b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -601,7 +601,7 @@ export default { padding: 0px; margin: 0 auto; // max-width: 1270px; - max-width: 75rem; + max-width: 90rem; .page-title { border-bottom: 12px solid #2176d2;