10 lines
109 B
CSS
Raw Normal View History

2025-04-24 17:06:14 -04:00
@import "tailwindcss";
* {
box-sizing: border-box;
}
html, body, #root {
height: 100%;
width: 100%;
}