2025-04-24 17:06:14 -04:00

10 lines
109 B
CSS

@import "tailwindcss";
* {
box-sizing: border-box;
}
html, body, #root {
height: 100%;
width: 100%;
}