interstellar_ai/app/styles/reset.css

7 lines
94 B
CSS
Raw Normal View History

2024-09-18 11:17:34 +02:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
2024-09-30 13:46:58 +02:00
scroll-behavior: smooth;
2024-09-18 11:17:34 +02:00
}