11 lines
112 B
CSS
Raw Normal View History

2025-06-01 12:40:24 -04:00
@import "tailwindcss";
html,
body,
#root {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}