Skip to content

Commit 3e305dd

Browse files
author
Hyogyeong Shin
committed
chore: fix layout index.css
1 parent eb0cbe4 commit 3e305dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ body {
3232
min-width: 430px;
3333
width: 100%;
3434
height: 100vh;
35-
/* overflow: hidden; */
35+
overflow-x: hidden;
3636
@apply mx-auto flex flex-col;
3737
@apply bg-gray-100 text-mainText dark:bg-gray-900 dark:text-white;
3838
}
3939

4040
#root {
41+
display: flex;
42+
justify-content: center;
4143
height: 100%;
4244
width: 100%;
4345
}

0 commit comments

Comments
 (0)