Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Nov 8, 2024
1 parent 4c4f097 commit c2f0ade
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,12 @@ main .section.white {
background-color: var(--white-bg);
}

main .section.lightgray {
main > .section.lightgray {
background-color: var(--gray-bg);
margin: 0px 16px;
}

main .section.softblue {
main > .section.softblue {
background-color: var(--soft-blue-bg);
margin-top: none;
}

0 comments on commit c2f0ade

Please sign in to comment.