summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 {