Spaces:
Build error
Build error
File size: 124 Bytes
06f9f74 |
1 2 3 4 5 6 7 8 9 10 11 12 |
@import "tailwindcss";
/* Custom base styles */
body {
margin: 0;
min-height: 100vh;
}
#root {
min-height: 100vh;
}
|