File size: 124 Bytes
35765b5 |
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;
}
|
35765b5 |
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;
}
|