Skip to content

Commit

Permalink
Reduced margin-bottom on lists and paragraphs inside blockquotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Jan 9, 2024
1 parent 058b63e commit 363c416
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/css/sass/ds-site-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@ main.cagov-main {
}
div.blockquote-content {
font-size: 14px;
p {
margin-bottom: 0.75rem;
}
ol {
li {
p {
margin-bottom: 0px;

}
}
}
}
}
}
Expand Down

0 comments on commit 363c416

Please sign in to comment.