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