From 0c5118780caf03e14828bc267316b8a17c3f0d0a Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 7 Dec 2021 01:19:38 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EC=B4=88=EA=B8=B0=20=EC=8A=A4=EB=A7=88?= =?UTF-8?q?=ED=8A=B8=ED=8F=B0=20=ED=81=AC=EA=B8=B0=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/index.php | 2 +- hwe/scss/main.scss | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/hwe/index.php b/hwe/index.php index 53ce4d31..bc5b4805 100644 --- a/hwe/index.php +++ b/hwe/index.php @@ -115,7 +115,7 @@ if (!$otherTextInfo) { <?= $serverName ?>: 메인 - + diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss index 4f17f2d5..19ebfa33 100644 --- a/hwe/scss/main.scss +++ b/hwe/scss/main.scss @@ -26,6 +26,12 @@ body { width: 500px; margin: 0 auto; } + + input[type='text'], + input[type='number'], + textarea { + font-size: 16px; + } } .avoid-wrap { @@ -226,11 +232,11 @@ body { grid-row: 2 / 3; } - #nation-position{ + #nation-position { grid-row: 3 / 4; } - #general-position{ + #general-position { grid-row: 4 / 5; }