Update index.php

This commit is contained in:
awesomeuser 2023-08-01 19:16:38 +00:00
parent fadb08b91e
commit 10452ea3d0

View file

@ -15,7 +15,7 @@
padding: 0;
}
input {
input[type=text] {
padding: 6px;
box-sizing: border-box;
border: 1px solid #ccc;
@ -24,6 +24,10 @@
resize: none;
}
input[type=text]:focus {
border-radius: 2px;
}
#body-input {
width: 100%;
height: 150px;