docs: improve notes on mobile (#4747)

pull/4496/head
Jaga Santagostino 2025-11-25 22:27:28 +01:00 committed by GitHub
parent f8996f0a90
commit 2b05fe2859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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 {