From d67ae768f584520f009b3dc1685cd2208a8c01ea Mon Sep 17 00:00:00 2001 From: Xanonymous Date: Mon, 23 Mar 2020 16:19:45 +0800 Subject: [PATCH] article box to width 90% --- website-new/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-new/css/main.css b/website-new/css/main.css index 095cf4f..5c24266 100644 --- a/website-new/css/main.css +++ b/website-new/css/main.css @@ -137,7 +137,7 @@ html, body { position: relative; margin: 20px auto; padding: 0 0 20px; - width: 85%; + width: 90%; height: 90%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px;