10 lines
61 B
CSS
10 lines
61 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
html,
|
||
|
body,
|
||
|
#root {
|
||
|
height: 100%;
|
||
|
}
|