Skip to content

Commit

Permalink
Fixed Bullet Spacing and Text Size
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-bluetext committed Mar 27, 2024
1 parent 60e4ddf commit c8fad68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/references/references.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.references ul, ol, li, a {
font-size: var(--font-size-14);
font-size: var(--font-size-21);
font-family: var(--sans-serif-font-regular);
color: var(--neutral-grey-tint140);
}
3 changes: 3 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1817,6 +1817,9 @@ body.quick-links main .section > div {
line-height: var(--line-height-160);
letter-spacing: var(--letter-spacing-1);
}
.article-content-wrapper ul li {
font-size: inherit;
}
}

/* Desktop */
Expand Down

0 comments on commit c8fad68

Please sign in to comment.