Skip to content

Commit

Permalink
Swapped margin to padding to avoid margin collapse on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
djanelle-mit committed Oct 30, 2024
1 parent 9b2d296 commit b731047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ h6 {
line-height: 1.5em;

ol, ul {
margin-top: 8px;
padding-top: 8px;
}
}

Expand Down

0 comments on commit b731047

Please sign in to comment.