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 ?>: 메인
-
+
= WebUtil::printJS('../d_shared/common_path.js') ?>
= WebUtil::printJS('dist_js/vendors.js') ?>
= WebUtil::printJS('d_shared/base_map.js') ?>
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;
}