govote/static/css/global.css
2024-05-13 00:47:24 +02:00

16 lines
169 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
@apply h-full;
}
body {
@apply h-full;
}
div#__next {
@apply h-full;
}
main {
@apply h-full;
}