website-2/src/app.css

9 lines
193 B
CSS
Raw Normal View History

2024-01-21 14:54:48 +10:00
@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) */
}