mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-23 02:15:42 +00:00
21 lines
306 B
CSS
21 lines
306 B
CSS
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;
|
|
}
|
|
|
|
.content-container p {
|
|
margin: revert;
|
|
} |