Skip to content

Commit

Permalink
Updated content-text-body.css
Browse files Browse the repository at this point in the history
Spacing re-adjusted to 8 px
  • Loading branch information
Ajeet Nellikeri authored and Ajeet Nellikeri committed Jan 30, 2024
1 parent a4ae20d commit 578cb99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion blocks/content-text-body/content-text-body.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@

.content-text-body li::marker {
font-size: var(--font-size-21) !important;
line-height: var(--line-height-8);
}

.content-text-body ul li {
margin: var(--spacer-element-03) 0 0 0;
}

.content-text-body p,
Expand Down
1 change: 0 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@
/* line height */
--line-height-120: 120%;
--line-height-160: 160%;
--line-height-8: 8px;

/* letter spacing */
--letter-spacing-0: 0;
Expand Down

0 comments on commit 578cb99

Please sign in to comment.