fixed your textarea thing
parent
2cc18b7f93
commit
2e988431e9
|
@ -147,6 +147,12 @@ input[type=submit]:hover {
|
|||
}
|
||||
|
||||
textarea, select {
|
||||
font-family: monospace;
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
padding: 14px 20px;
|
||||
margin: 8px 0;
|
||||
background-color: #fef6e4;
|
||||
color: #001858;
|
||||
display: inline-block;
|
||||
border: 1px solid #001858;
|
||||
|
|
Loading…
Reference in New Issue