diff --git a/index.php b/index.php index c9f97f2..8337932 100644 --- a/index.php +++ b/index.php @@ -15,9 +15,7 @@ padding: 0; } - #body-input { - width: 100%; - height: 150px; + input { padding: 12px 20px; box-sizing: border-box; border: 2px solid #ccc; @@ -25,6 +23,11 @@ background-color: #f8f8f8; resize: none; } + + #body-input { + width: 100%; + height: 150px; + }
@@ -35,7 +38,7 @@