Skip to content

Commit 6edb362

Browse files
authored
font-size: 16px; on input
1 parent 3e8687e commit 6edb362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openai-audio.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#prompt {
4141
height: 100px;
4242
resize: vertical;
43+
font-size: 16px;
4344
}
4445
#apiResponse {
4546
margin-top: 1rem;
@@ -331,4 +332,4 @@ <h1>OpenAI Audio</h1>
331332
}
332333
</script>
333334
</body>
334-
</html>
335+
</html>

0 commit comments

Comments
 (0)