Skip to content

Commit

Permalink
Increase padding to 24px on blockquotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbum committed Jan 17, 2024
1 parent 7f5cdc3 commit f278eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/css/sass/ds-site-global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,11 @@ cagov-page-feedback {
main.cagov-main {
div.blockquote-container {
background-color: white;
padding: 16px 16px;
padding: 24px 24px;
margin: 16px 0px;
div.blockquote-body {
border-left: 3px solid #E3881B;
padding: 8px 16px;
padding: 8px 24px;
div.blockquote-header {
margin-bottom: 16px;
}
Expand Down

0 comments on commit f278eda

Please sign in to comment.