13 lines
105 B
CSS
13 lines
105 B
CSS
@import "tailwindcss";
|
|
|
|
html,
|
|
body,
|
|
#root {
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
|
|
html {
|
|
font-size: large;
|
|
}
|