Skip to content

Commit 35c0863

Browse files
committed
style: main.css - Add temp fix comment for container max-widths
- Added a commented-out CSS block to address container max-width issues that appeared in docfx 2.78.5 and later - The block would set max-width to 1768px for containers on screens wider than 1400px, but is currently disabled - Comment documents the issue and intended fix for future reference
1 parent f5ae606 commit 35c0863

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

en/template/public/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
--bs-link-color-rgb: 218, 8, 48 !important;
88
--bs-link-hover-color-rgb: 174, 6, 38 !important;
99
}
10+
/* Tempory fix, stopped working from docfx 2.78.5 */
11+
/*@media (min-width: 1400px) {
12+
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
13+
max-width: 1768px;
14+
}
15+
}*/
1016

1117
.navbar-brand #logo {
1218
width: 124px;

0 commit comments

Comments
 (0)