From 5141205e279bacc5702a0a950611378be1c59baa Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 25 Aug 2023 14:44:08 -0700 Subject: [PATCH] Slightly expand width of Alert --- components/common/Alert/index.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/Alert/index.module.scss b/components/common/Alert/index.module.scss index 7a4b55a9..30a755e9 100644 --- a/components/common/Alert/index.module.scss +++ b/components/common/Alert/index.module.scss @@ -29,7 +29,7 @@ flex-direction: column; gap: $unit-2x; min-width: 20vw; - max-width: 30vw; + max-width: 32vw; padding: $unit * 4; @include breakpoint(tablet) {