summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/styles
diff options
context:
space:
mode:
authorJaga Santagostino <[email protected]>2025-11-25 22:27:28 +0100
committerGitHub <[email protected]>2025-11-25 15:27:28 -0600
commit2b05fe28595c7c636b4781b8b893c6e6755c1943 (patch)
tree16e98be55086ef9d3346d3fda426d1ea2ec65a01 /packages/web/src/styles
parentf8996f0a90a5d08748090eb753b55f0a66e71dc1 (diff)
downloadopencode-2b05fe28595c7c636b4781b8b893c6e6755c1943.tar.gz
opencode-2b05fe28595c7c636b4781b8b893c6e6755c1943.zip
docs: improve notes on mobile (#4747)
Diffstat (limited to 'packages/web/src/styles')
-rw-r--r--packages/web/src/styles/custom.css5
1 files changed, 5 insertions, 0 deletions
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 {