kaboot/index.css
2026-01-15 21:05:49 -07:00

14 lines
203 B
CSS

@import "tailwindcss";
@config "./tailwind.config.js";
.h-screen {
height: 100dvh !important;
}
.min-h-screen {
min-height: 100dvh !important;
}
.max-h-screen {
max-height: 100dvh !important;
}