help-beta: Add more spacing b/w ordered list steps.

We should ideally be having this styling on class, but there is no
default class for li elements inside an ol. Maybe the best thing here is
to attach classes at different places if possible once have some spare
time after the important post cutover issues are done.
This commit is contained in:
Shubham Padia
2025-07-30 10:17:39 +00:00
committed by Tim Abbott
parent c32fd16dcb
commit 66c477f6df

View File

@@ -216,6 +216,11 @@
margin-top: 0.25rem;
}
ol > li {
/* Original value was 1px which made the steps feel too tight. */
padding-bottom: 8px;
}
& .sl-heading-wrapper:has(> :first-child:target) {
/* Increase the highlighted space around the text... */
/* We are trying to recreate `padding: 6px 0 6px 8px` below