From 858666f1ce1a8e81ef97919c163da002a462cf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Mon, 17 Jun 2024 13:48:58 +0900 Subject: [PATCH] =?UTF-8?q?max-width=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index e61741c..91e82f3 100644 --- a/static/index.html +++ b/static/index.html @@ -28,7 +28,7 @@ main { margin: 20px auto; - max-width: 800px; + max-width: 1000px; text-align: center; font-size: 1.5em; }