docs: anchor nav actions to the right on mobile

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Denis Berekchiyan 2026-07-01 23:13:50 -07:00
parent ac601d7d78
commit 640428975d

View file

@ -194,7 +194,7 @@ h3 { font-size: 1.05rem; font-weight: 600; letter-spacing: -0.01em; }
}
.nav-links a:hover { color: var(--text); background: rgba(255, 255, 255, 0.05); }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.nav-actions { display: flex; gap: 8px; align-items: center; margin-left: auto; }
/* ---------- Hero ---------- */