mirror of
https://github.com/aljazceru/sendstr-web.git
synced 2025-12-17 14:34:29 +01:00
fix: standardize header width
This commit is contained in:
@@ -37,7 +37,8 @@ export default function Settings() {
|
|||||||
/>
|
/>
|
||||||
</Head>
|
</Head>
|
||||||
<div className="bg-custom-green-dark min-h-screen">
|
<div className="bg-custom-green-dark min-h-screen">
|
||||||
<div className="p-5 max-w-[80rem] m-auto">
|
<div className="p-5">
|
||||||
|
<div className="max-w-[80rem] mx-auto">
|
||||||
<Header />
|
<Header />
|
||||||
<main className="max-w-[64rem] m-auto">
|
<main className="max-w-[64rem] m-auto">
|
||||||
<Card>
|
<Card>
|
||||||
@@ -96,6 +97,7 @@ export default function Settings() {
|
|||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user