2025-07-18 13:14:28 +08:00

26 lines
437 B
SCSS
Executable File

.architecture-page-class {
@media (min-width: 1440px) {
.VPDoc:not(.has-sidebar) .content {
max-width: 1284px !important; /* <-- update your values */
}
.VPDoc:not(.has-sidebar) .container {
max-width: 1604px !important;
}
.VPDoc.has-aside .content-container {
max-width: 1188px !important;
}
.vp-doc h3 {
margin: 0;
}
.vp-doc ul {
padding-left: 0;
}
}
}