From 5390662e241d28e75553acd880bd3423ce3e2e33 Mon Sep 17 00:00:00 2001 From: Ryo Watanabe Date: Fri, 21 Feb 2025 21:03:13 +0900 Subject: [PATCH] update the website --- index.html | 7 ++++--- static/css/index.css | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e45e1e2..ed3b6f9 100644 --- a/index.html +++ b/index.html @@ -167,9 +167,10 @@

+
-
+

@@ -189,7 +190,7 @@

-
+

@@ -209,7 +210,7 @@

-
+

diff --git a/static/css/index.css b/static/css/index.css index 93b2b99..eecf7b6 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -145,7 +145,7 @@ body { @media (min-width: 769px) { .center-content { - width: 800px; + max-width: 800px; margin: 0 auto; } }