Skip to content

Commit 5451d01

Browse files
committed
bodyスタイルを削除
1 parent 035b3b4 commit 5451d01

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/[docs_id]/chatForm.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ export function ChatForm() {return (
66
<>
77
<style jsx>{`
88
/* 簡単なCSSで見た目を整える(オプション) */
9-
body {
10-
font-family: sans-serif;
11-
display: flex;
12-
justify-content: center;
13-
align-items: center;
14-
min-height: 100vh;
15-
background-color: #f0f0f0;
16-
margin: 0;
17-
}
189
.form-container {
1910
background-color: white;
2011
border-radius: 10px;

0 commit comments

Comments
 (0)