|
22 | 22 | html{scroll-behavior:smooth} |
23 | 23 | 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} |
24 | 24 | 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} |
26 | 26 | .brand{display:flex;align-items:center;gap:0;text-decoration:none;color:var(--text);font-weight:700;font-size:15px;flex-shrink:0} |
27 | 27 | .brand img{height:68px;width:auto;object-fit:contain} |
28 | 28 | .brand span{display:none} |
|
218 | 218 | <body> |
219 | 219 |
|
220 | 220 | <nav> |
221 | | - <div class="nav-inner"> |
| 221 | + <div class="container nav-inner"> |
222 | 222 | <a href="/" class="brand"><img src="/commandlayer-logo.png" alt="CommandLayer" /><span>CommandLayer</span></a> |
223 | 223 | <ul class="nav-links"> |
224 | 224 | <li><a href="/">Home</a></li> |
|
229 | 229 | <li class="nav-drop"> |
230 | 230 | <a href="/docs.html">Docs ▾</a> |
231 | 231 | <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> |
241 | 233 | </div> |
242 | 234 | </li> |
243 | 235 | <li><a href="/claim.html" class="active">Claim</a></li> |
|
0 commit comments