govote/static/css/global.css

16 lines
169 B
CSS
Raw Normal View History

2024-05-12 22:47:24 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
@apply h-full;
}
body {
@apply h-full;
}
div#__next {
@apply h-full;
}
main {
@apply h-full;
}