Skip to content

Commit

Permalink
fix(content-sidebar): adjust the font size for unordered & ordered lists
Browse files Browse the repository at this point in the history
  • Loading branch information
proeung committed Aug 21, 2023
1 parent 510ba06 commit 935bf2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,13 @@ main .section.section-content-body > div:last-child {
margin-top: 0;
}

/* Section - Content body with sidebar text */
.section-content-body.section-with-sidebar .section-content-body__text .default-content-wrapper p,
.section-content-body.section-with-sidebar .section-content-body__text .default-content-wrapper ul,
.section-content-body.section-with-sidebar .section-content-body__text .default-content-wrapper ol {
font-size: var(--font-size-16);
}

/* Section - Content body with Read more/less button */
.section-content-body .section-content-body__text.show-more {
border-bottom: 1px solid var(--neutral-sand);
Expand Down

0 comments on commit 935bf2a

Please sign in to comment.