Skip to content

Commit

Permalink
Adjust CSS styles for <ul> list elements
Browse files Browse the repository at this point in the history
  • Loading branch information
gfbollingerHakuna committed Feb 5, 2025
1 parent c84b6a3 commit 3eaafcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ a.individual-changelog-link:hover {
border: 1px solid var(--pds-color-input-border-critical);
}

article.doc.article {
ul ul {
article.doc.article, article.guide-doc-body {
ul {
margin-block-end: var(--pds-spacing-m);
}

Expand Down

0 comments on commit 3eaafcf

Please sign in to comment.