mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
Adjusted
This commit is contained in:
@@ -11,7 +11,7 @@ export default function DashboardGrid({ sections = [] }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<section className="bg-muted/60 xs:h-full lg:h-screen">
|
||||
<section className="bg-muted/60">
|
||||
<div className="lg:container lg:mx-auto flex flex-col items-start gap-8 px-4">
|
||||
{sections.map(({ title, description, tiles }) => (
|
||||
<div key={title} className="flex flex-col items-start gap-4 w-full">
|
||||
|
||||
Reference in New Issue
Block a user