Skip to content

Commit 0d8015c

Browse files
committed
Fix shared nav on home and claim pages
1 parent 7af5f38 commit 0d8015c

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

public/claim.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
html{scroll-behavior:smooth}
2323
body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}
2424
nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}
25-
.nav-inner{width:min(1160px,90vw);margin:0 auto;min-height:88px;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}
25+
.nav-inner{min-height:88px;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}
2626
.brand{display:flex;align-items:center;gap:0;text-decoration:none;color:var(--text);font-weight:700;font-size:15px;flex-shrink:0}
2727
.brand img{height:68px;width:auto;object-fit:contain}
2828
.brand span{display:none}
@@ -218,7 +218,7 @@
218218
<body>
219219

220220
<nav>
221-
<div class="nav-inner">
221+
<div class="container nav-inner">
222222
<a href="/" class="brand"><img src="/commandlayer-logo.png" alt="CommandLayer" /><span>CommandLayer</span></a>
223223
<ul class="nav-links">
224224
<li><a href="/">Home</a></li>
@@ -229,15 +229,7 @@
229229
<li class="nav-drop">
230230
<a href="/docs.html">Docs ▾</a>
231231
<div class="nav-drop-menu">
232-
<a href="/docs.html">Docs Home</a>
233-
<a href="/docs/wrap-your-agent.html">Wrap Your Agent</a>
234-
<a href="/stack-proof-demo.html">Production Proof</a>
235-
<a href="/runtime.html">Runtime</a>
236-
<a href="/mcp.html">MCP Bridge</a>
237-
<a href="/schemas.html">Schemas</a>
238-
<a href="/api.html">API Reference</a>
239-
<a href="/trust-verification.html">Trust Verification</a>
240-
<a href="/claim.html">Claim / Namespace Activation</a>
232+
<a href="/docs.html">Docs Home</a><a href="/docs/wrap-your-agent.html">Wrap Your Agent</a><a href="/stack-proof-demo.html">Production Proof</a><a href="/runtime.html">Runtime</a><a href="/mcp.html">MCP Bridge</a><a href="/schemas.html">Schemas</a><a href="/api.html">API Reference</a><a href="/trust-verification.html">Trust Verification</a><a href="/claim.html">Claim / Namespace Activation</a>
241233
</div>
242234
</li>
243235
<li><a href="/claim.html" class="active">Claim</a></li>

0 commit comments

Comments
 (0)