From bdcb2d05c7f230123c64393f615c4437a9348db7 Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 8 Nov 2023 18:23:37 -0500 Subject: [PATCH] Make submission and skip notices slightly larger --- public/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/shared.css b/public/shared.css index 005d3500..5fd1c9d2 100644 --- a/public/shared.css +++ b/public/shared.css @@ -14,7 +14,7 @@ } .sponsorSkipNoticeParent { - min-width: 375px; + min-width: 390px; max-width: 50%; }