From 504a02978c729fb0e9b56d1ddcb2da63dd5d0fc8 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 26 Sep 2024 21:28:46 -0300 Subject: [PATCH] feat: increase offcanvas-size-xl size --- frontend/src/styles/_bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/_bootstrap.scss b/frontend/src/styles/_bootstrap.scss index e54d1a8..96f7b2a 100644 --- a/frontend/src/styles/_bootstrap.scss +++ b/frontend/src/styles/_bootstrap.scss @@ -88,7 +88,7 @@ .offcanvas-size-xl { - --#{$prefix}offcanvas-width: min(95vw, 600px) !important; + --#{$prefix}offcanvas-width: min(95vw, 700px) !important; } .offcanvas-size-xxl { --#{$prefix}offcanvas-width: min(95vw, 90vw) !important;