From 2b05fe28595c7c636b4781b8b893c6e6755c1943 Mon Sep 17 00:00:00 2001 From: Jaga Santagostino Date: Tue, 25 Nov 2025 22:27:28 +0100 Subject: [PATCH] docs: improve notes on mobile (#4747) --- packages/web/src/styles/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/web/src/styles/custom.css b/packages/web/src/styles/custom.css index de4fae0ad..04331dd6a 100644 --- a/packages/web/src/styles/custom.css +++ b/packages/web/src/styles/custom.css @@ -215,6 +215,11 @@ site-search > button span { .starlight-aside__content { margin-top: 0; } + + @media (max-width: 768px) { + flex-direction: column; + gap: 6px; + } } site-search > button > kbd {