Skip to content

Commit ad895ed

Browse files
cursoragentscopsy
andcommitted
style(docs): increase sidebar width to 16rem on large screens fixes DOC-365
Co-authored-by: Dima Grossman <dima@grossman.io>
1 parent 8422391 commit ad895ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@media (min-width: 1024px) {
22
#sidebar-content {
3-
width: 15rem;
4-
min-width: 15rem;
5-
max-width: 15rem;
3+
width: 16rem;
4+
min-width: 16rem;
5+
max-width: 16rem;
66
}
77
}

0 commit comments

Comments
 (0)