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