Add the App Router page and nested layout, configure Tailwind and shadcn styling, include local fonts and background assets, and install the supporting UI and lint dependencies.
6 lines
178 B
CSS
6 lines
178 B
CSS
/* src/app/_components/header/styles.module.css */
|
|
@reference "#tailwind.css";
|
|
|
|
.header {
|
|
@apply tw:flex tw:justify-center tw:items-center tw:pt-6 tw:max-h-24 tw:flex-auto;
|
|
} |