Making some updates to the font size

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-28 10:11:30 +01:00
parent 4fe2761347
commit 75b51ec7d1
2 changed files with 3 additions and 3 deletions

View file

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

View file

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