mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #28 from Hestia-Homes/settings-api
removed widths from settings div to make sure it is always centered
This commit is contained in:
commit
6592013f19
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export default async function PortfolioSettingsPage({
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="flex justify-center max-w-8xl w-8xl">
|
||||
<div className="flex justify-center">
|
||||
<PortfolioSettings
|
||||
portfolioId={portfolioId}
|
||||
portfolioSettingsData={portfolioSettingsData}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue