8 lines
160 B
CSS
8 lines
160 B
CSS
#root {
|
|
min-height: 100vh;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
}
|