ux: widen dashboard layout to max-w-7xl, consistent px-8 padding

This commit is contained in:
M1
2026-03-16 17:15:45 +04:00
parent d41d3a3737
commit 8e4cb84599
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<nav class="border-b border-gray-800 px-6 py-4 flex items-center justify-between">
<nav class="border-b border-gray-800 px-8 py-4 flex items-center justify-between">
<a href="/dashboard/home" class="text-xl font-bold tracking-tight">Ping<span class="text-blue-400">QL</span></a>
<div class="flex items-center gap-5 text-sm text-gray-500">
<% if (it.nav === 'monitors') { %>