forked from React-Group/interstellar_ai
6 lines
65 B
CSS
6 lines
65 B
CSS
|
* {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|