Files
sign/apps/web/styles/tailwind.css

9 lines
93 B
CSS
Raw Permalink Normal View History

2022-12-06 14:51:03 +01:00
@tailwind base;
@tailwind components;
@tailwind utilities;
#__next {
min-height: 100%;
}