2024-01-21 14:54:48 +10:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
2024-04-12 17:29:24 +10:00
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
.height-minus-nav {
|
2024-04-19 14:20:02 +10:00
|
|
|
min-height: calc(100vh - 4.75rem);
|
|
|
|
/* this is the full view height - the navbar(4rem + 0.75rem padding) */
|
|
|
|
}
|