We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0cbe4 commit 3e305ddCopy full SHA for 3e305dd
src/index.css
@@ -32,12 +32,14 @@ body {
32
min-width: 430px;
33
width: 100%;
34
height: 100vh;
35
- /* overflow: hidden; */
+ overflow-x: hidden;
36
@apply mx-auto flex flex-col;
37
@apply bg-gray-100 text-mainText dark:bg-gray-900 dark:text-white;
38
}
39
40
#root {
41
+ display: flex;
42
+ justify-content: center;
43
height: 100%;
44
45
0 commit comments