ux: widen dashboard layout to max-w-7xl, consistent px-8 padding
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<%~ include('./partials/head', { title: 'Settings' }) %>
|
||||
<%~ include('./partials/nav', { nav: 'settings' }) %>
|
||||
|
||||
<main class="max-w-2xl mx-auto px-6 py-10 space-y-8">
|
||||
<main class="max-w-3xl mx-auto px-8 py-10 space-y-8">
|
||||
|
||||
<h1 class="text-xl font-semibold text-white">Settings</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user