docs: improve notes on mobile (#4747)

This commit is contained in:
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

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 {