Skip to content

Commit

Permalink
Merge pull request #1000 from web-illinois/bugfix/magjarvis/issue-988…
Browse files Browse the repository at this point in the history
…-spacing-between-title-and-first-paragraph-when-body-field-is-not-used

Changed .reduce-padding-top back to 40px
  • Loading branch information
trubach authored Jun 26, 2024
2 parents 8b6c944 + 7959a7b commit 608b44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/illinois-framework/utilities/_padding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
padding-bottom: 0 !important;
}
.reduce-padding--top {
padding-top: 1rem !important;
padding-top: 40px !important;
}
.remove-padding--top {
padding-top: 0 !important;
Expand Down

0 comments on commit 608b44b

Please sign in to comment.