From 640428975da56f37d45d24bb704ee54bb8907e1e Mon Sep 17 00:00:00 2001 From: Denis Berekchiyan Date: Wed, 1 Jul 2026 23:13:50 -0700 Subject: [PATCH] docs: anchor nav actions to the right on mobile Co-Authored-By: Claude Fable 5 --- docs/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles.css b/docs/styles.css index 097f92c..ec4d0e0 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -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 ---------- */