Skip to content

Commit

Permalink
Fix blockquote margins
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Jun 17, 2021
1 parent 646d938 commit 85bb3e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/_sicp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $sicp-background-color: #ffffff;
overflow-x: scroll;
}

.bp3-blockquote {
margin: 10px 0;
}

.bp3-heading {
margin-top: 10px;
}
Expand Down

0 comments on commit 85bb3e5

Please sign in to comment.