mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
additional bottom margin
This commit is contained in:
parent
75b51ec7d1
commit
2b3e8c7211
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export default function DashboardLayout({
|
|||
|
||||
return (
|
||||
<section>
|
||||
<div className="mx-auto w-full max-w-6xl">
|
||||
<div className="mx-auto w-full max-w-6xl mb-10">
|
||||
<div className="flex justify-start items-end p-8">
|
||||
<h1 className="text-3xl font-bold mr-3 text-gray-900">
|
||||
{propertyMeta.address}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue