mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
14 lines
238 B
CSS
14 lines
238 B
CSS
|
@media (min-width: 1440px) {
|
||
|
.VPDoc:not(.has-sidebar) .container[data-v-10119189] {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.VPDoc.has-aside .content-container[data-v-10119189] {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
:root {
|
||
|
--vp-layout-max-width: 100%;
|
||
|
}
|