interstellar_ai/app/styles/reset.css

6 lines
65 B
CSS
Raw Normal View History

2024-09-18 11:17:34 +02:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}