interstellar_ai/app/styles/reset.css
2024-09-30 13:46:58 +02:00

6 lines
94 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}