Add the App Router page group, nested layouts, Tailwind and shadcn styling, shared header components, local fonts and backgrounds, Ant Design demo support, and compatible lint scripts and dependencies.
6 lines
160 B
CSS
6 lines
160 B
CSS
/* src/app/_components/header/styles.module.css */
|
|
@reference "#tailwind.css";
|
|
|
|
.header {
|
|
@apply flex justify-center items-center pt-6 max-h-24 flex-auto;
|
|
} |