6 lines
159 B
CSS
6 lines
159 B
CSS
/* 7. AppContent Layout Component */
|
|
.app-content {
|
|
@apply mx-auto flex h-full w-full max-w-7xl flex-1 flex-col gap-4;
|
|
border-radius: var(--radius);
|
|
}
|