Skip to content

Commit 0d07f53

Browse files
authored
box-sizing: border-box;
1 parent 6edb362 commit 0d07f53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openai-audio.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>OpenAI Audio</title>
77
<style>
8+
* {
9+
box-sizing: border-box;
10+
}
811
body {
912
font-family: Arial, sans-serif;
1013
display: flex;

0 commit comments

Comments
 (0)