website-2/src/app.css
Nick Bland f4ef664f0b
Prettier Format
+ Add in formatting config, and apply
2024-04-19 14:20:02 +10:00

9 lines
193 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.height-minus-nav {
min-height: calc(100vh - 4.75rem);
/* this is the full view height - the navbar(4rem + 0.75rem padding) */
}