mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user