9 lines
193 B
CSS
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) */
|
|
}
|