added max height to summary box

This commit is contained in:
Khalim Conn-Kowlessar 2023-06-01 14:44:23 +01:00
parent 9fd6720053
commit acdc279ded

View file

@ -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">