mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
docs: reduce mobile padding (#4745)
This commit is contained in:
parent
3366a71155
commit
ceccc30cb8
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue