From c12a28807a7c10e132a4ef60d0e0c8e90ab13f9f Mon Sep 17 00:00:00 2001 From: dudleycu Date: Sun, 22 Aug 2021 09:40:46 +0900 Subject: [PATCH] 450 width front page box --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 08e79f6..b5dc0f6 100644 --- a/src/style.css +++ b/src/style.css @@ -1043,7 +1043,7 @@ outline: 0 !important; } .boxMisc { animation: fadeIn 0.15s; - max-width: 580px; + max-width: 450px; margin: 0 auto; box-shadow: 0 10px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.5) !important; outline: 1px solid rgba(54,255,255,1);