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: 'Monitor', scripts: ['/dashboard/query-builder.js'] }) %>
|
||||
<%~ include('./partials/nav', { nav: 'monitors' }) %>
|
||||
|
||||
<main class="max-w-4xl mx-auto px-6 py-8">
|
||||
<main class="max-w-7xl mx-auto px-8 py-8">
|
||||
<div class="mb-6">
|
||||
<a href="/dashboard/home" class="text-sm text-gray-500 hover:text-gray-300 transition-colors">← Back</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user