From dd2e50ab18c22fb63f1f8169fdd1d139bca0ea30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 25 Aug 2022 18:54:04 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.php | 4 ++-- www/style.css | 13 +++++-------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/www/index.php b/www/index.php index 9563c64..2885f62 100644 --- a/www/index.php +++ b/www/index.php @@ -149,7 +149,7 @@

-
+
@@ -190,7 +190,7 @@ ?>
-
+ diff --git a/www/style.css b/www/style.css index 02ef191..f73d05a 100644 --- a/www/style.css +++ b/www/style.css @@ -33,11 +33,6 @@ a { color: #ffeb3b; } -h1 { - text-align: center; - margin: 32px; -} - hr { border-color: #dd0000; box-shadow: 2px 2px 10px #ff0000; @@ -69,13 +64,15 @@ input { } input[type="text"] { - width: 100%; + width: 99%; max-width: 700px; - color: #ea8181; border-color: #ea8181; } -.submit { +.submit, .footer, h1, .switchlang { text-align: center; +} + +.submit, .footer, h1 { margin-top: 32px; }