docs: reduce mobile padding (#4745)

This commit is contained in:
Jaga Santagostino 2025-11-25 21:04:55 +01:00 committed by GitHub
parent 3366a71155
commit ceccc30cb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -368,6 +368,10 @@ nav.sidebar ul.top-level > li > details > summary .group-label > span {
.content-panel {
padding: 2rem 3rem !important;
@media (max-width: 768px) {
padding: 1rem 1.5rem !important;
}
}
.expressive-code {