Commit 5a45456
Fix layout width inconsistency in documentation pages
Replace CSS Grid 1fr fractional units with fixed 960px widths to ensure
consistent layout across all documentation pages. This eliminates the
57.109px width difference that caused horizontal 'jump' effect when
navigating between pages like /getting-started/introduction and
/getting-started/installation.
- Changed grid-cols-[300px_1fr_16%] to grid-cols-[300px_960px_16%]
- Changed grid-cols-[300px_1fr] to grid-cols-[300px_960px]
- Tested locally: both pages now have identical 800px article widths
- Verified elimination of horizontal layout shift between pages
Co-Authored-By: [email protected] <[email protected]>1 parent b7168d3 commit 5a45456
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
621 | | - | |
| 620 | + | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
0 commit comments