corrected tabbed spacing

This commit is contained in:
Ed Silkworth 2022-11-29 10:30:34 -08:00
parent 7551afed9f
commit db0e0996db
No known key found for this signature in database
GPG Key ID: 26F260F04191F431

View File

@ -78,6 +78,6 @@ span.green .svg {
details {
background-color: var(--color-secondary-light-2); /* make collapsible elements easier to distinguish from main body */
border-radius: 4px; /* same as code blocks */
padding: .2em .4em; /* same as code blocks */
border-radius: 4px; /* same as code blocks */
padding: .2em .4em; /* same as code blocks */
}