style: update layout of multiple pages to use consistent max-width and padding for improved responsiveness
This commit is contained in:
@@ -7,7 +7,7 @@ export const metadata = {
|
||||
|
||||
export default function SettingsPage() {
|
||||
return (
|
||||
<div className="min-h-screen pt-12 pb-12 px-4 sm:px-6">
|
||||
<div className="w-full max-w-6xl mx-auto px-4 sm:px-6 py-8">
|
||||
<ProfileSettings />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user