20 lines
201 B
CSS
20 lines
201 B
CSS
|
|
@tailwind base;
|
||
|
|
@tailwind components;
|
||
|
|
@tailwind utilities;
|
||
|
|
|
||
|
|
@layer base {
|
||
|
|
#__next,
|
||
|
|
#root {
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
body,
|
||
|
|
html {
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
pre:has(div.codeblock) {
|
||
|
|
padding: 0;
|
||
|
|
}
|