11 lines
207 B
CSS
11 lines
207 B
CSS
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
|
|
'Noto Sans', sans-serif;
|
|
background-color: #f0f2f5;
|
|
}
|
|
|
|
#root {
|
|
min-height: 100vh;
|
|
}
|