mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added max height to summary box
This commit is contained in:
parent
9fd6720053
commit
acdc279ded
1 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ export default async function Page({
|
|||
totalWorksHours: 30,
|
||||
totalValueIncrease: 150000 * 1.2,
|
||||
rentalYieldIncrease: 150000 * 0.002,
|
||||
properties: generateProperties(30000, "2") as Property[],
|
||||
properties: generateProperties(150000, "2") as Property[],
|
||||
},
|
||||
{
|
||||
id: "d290f1ee-6c54-4b01-90e6-d701748f0853",
|
||||
|
|
@ -256,7 +256,7 @@ export default async function Page({
|
|||
</div>
|
||||
<div className="flex justify-center">
|
||||
<div className="grid grid-cols-5 gap-4 w-full max-w-7xl h-screen">
|
||||
<div className="bg-brandmidblue p-4 rounded-lg shadow text-white h-1/2">
|
||||
<div className="max-h-96 bg-brandmidblue p-4 rounded-lg shadow text-white h-1/2">
|
||||
<h2 className="text-lg font-bold mb-4">Portfolio Summary</h2>
|
||||
<ul>
|
||||
<li className="px-2 mb-2 flex items-center cursor-pointer hover:bg-brandblue hover:rounded-md transition-colors duration-200">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue