7 lines
81 B
CSS
7 lines
81 B
CSS
#root {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|