mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Making some updates to the font size
This commit is contained in:
parent
4fe2761347
commit
75b51ec7d1
2 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ export default function DashboardLayout({
|
|||
|
||||
return (
|
||||
<section>
|
||||
<div className="mx-auto w-full max-w-5xl">
|
||||
<div className="mx-auto w-full max-w-6xl">
|
||||
<div className="flex justify-start items-end p-8">
|
||||
<h1 className="text-3xl font-bold mr-3 text-gray-900">
|
||||
{propertyMeta.address}
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ function PropertyDetailsCard({
|
|||
propertyMeta,
|
||||
}: PropertyDetailsCardProps) {
|
||||
return (
|
||||
<div className="w-full flex flex-col items-center p-8 shadow rounded-md justify-start text-gray-100 bg-brandblue">
|
||||
<div className="grid grid-cols-2 gap-8 text-lg w-full h-full">
|
||||
<div className="w-full flex flex-col items-center p-5 shadow rounded-md justify-start text-gray-100 bg-brandblue">
|
||||
<div className="grid grid-cols-2 gap-8 text-m w-full h-full">
|
||||
<div className="border-r">
|
||||
<table className="w-full">
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue