mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
move back to 7xl width
This commit is contained in:
parent
7b6763934c
commit
1620a9a65f
1 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ export default async function LiveReportingPage(props: {
|
|||
|
||||
if (companyIds.length === 0) {
|
||||
return (
|
||||
<div className="max-w-8xl mx-auto px-6 pb-10 space-y-4">
|
||||
<div className="max-w-7xl mx-auto px-6 pb-10 space-y-4">
|
||||
{pageHeader}
|
||||
<Card className="border border-brandblue/10 shadow-sm">
|
||||
<CardContent className="flex flex-col items-center justify-center py-16 text-center gap-4">
|
||||
|
|
@ -444,7 +444,7 @@ export default async function LiveReportingPage(props: {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="max-w-8xl mx-auto px-6 pb-10 space-y-4">
|
||||
<div className="max-w-7xl mx-auto px-6 pb-10 space-y-4">
|
||||
{pageHeader}
|
||||
<LiveTracker
|
||||
{...trackerData}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue