Improves list indentation for better readability

Aligns list spacing with Learn-style docs by increasing indentation, preventing bullets/numbers from feeling cramped against content.
This commit is contained in:
rbalsleyMSFT
2026-02-05 14:11:40 -08:00
parent d38e461246
commit a65c9b5a18
+7
View File
@@ -57,6 +57,13 @@
line-height: 1.65;
}
/* Lists: increase indentation (Learn-like) */
/* Just-the-Docs draws bullets/numbers via ::before with negative offsets */
.main-content ul,
.main-content ol {
padding-left: 2.25em;
}
.main-content h1,
.main-content h2,
.main-content h3 {