Skip to content

Commit b9fa5df

Browse files
authored
box-sizing: border-box;
1 parent 8c026bd commit b9fa5df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openai-audio-output.html

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Prompt GPT-4o audio</title>
77
<style>
8+
* {
9+
box-sizing: border-box;
10+
}
811
body {
912
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
1013
max-width: 800px;

0 commit comments

Comments
 (0)