6 lines
71 B
CSS
6 lines
71 B
CSS
|
|
#root {
|
||
|
|
width: 100%;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
text-align: left;
|
||
|
|
}
|