mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
docs: increase width (#1049)
This addresses #948. I set the documentation max width to 2560px, but can be adjusted - see screenshot below. <img width="1741" alt="Screenshot 2023-02-14 at 13 05 57" src="https://user-images.githubusercontent.com/23406704/218749076-ea51e90a-a220-4558-b4fe-5a95b39ebf15.png">
This commit is contained in:
parent
c96ac3e591
commit
a1c296bc3c
14
docs/_static/css/custom.css
vendored
14
docs/_static/css/custom.css
vendored
@ -1,3 +1,13 @@
|
||||
pre {
|
||||
white-space: break-spaces;
|
||||
}
|
||||
white-space: break-spaces;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container,
|
||||
.container-lg,
|
||||
.container-md,
|
||||
.container-sm,
|
||||
.container-xl {
|
||||
max-width: 2560px !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user