mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge pull request #20 from Hestia-Homes/main
change height property on portfolio page
This commit is contained in:
commit
9318fdb803
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export default async function Page({
|
|||
return (
|
||||
<>
|
||||
<div className="flex justify-center">
|
||||
<div className="grid grid-cols-11 w-full max-w-8xl h-screen">
|
||||
<div className="grid grid-cols-11 w-full max-w-8xl">
|
||||
<div className="col-span-3 flex-col">
|
||||
<SummaryBox
|
||||
scenarios={scenarios}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue