From 070e42f192b6aa86c836aa0dd8fbe3c4c8baff7e Mon Sep 17 00:00:00 2001 From: akiranishikawa Date: Thu, 29 Sep 2022 03:04:03 +0900 Subject: [PATCH] fixed section width --- config/html_report/hayabusa_report.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/html_report/hayabusa_report.css b/config/html_report/hayabusa_report.css index e1729d3b..4dbd70cb 100644 --- a/config/html_report/hayabusa_report.css +++ b/config/html_report/hayabusa_report.css @@ -9,7 +9,7 @@ section { background-image: none; background-color:white; margin: 0 auto; - width:50%; + max-width:860px; box-shadow: 10px 10px 25px 10px rgba(0, 0, 0, .5); }