interstellar_ai/app/styles/reset.css

8 lines
132 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-30 16:11:01 +02:00
transition: all 0.2s ease-in-out;
2024-09-18 11:17:34 +02:00
}