langchain/docs/_static/css/custom.css

18 lines
261 B
CSS
Raw Normal View History

2023-01-14 15:39:29 +00:00
pre {
white-space: break-spaces;
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 2560px !important;
}
}
#my-component-root *, #headlessui-portal-root * {
z-index: 10000;
}