Skip to content

Commit

Permalink
Add some margin to images
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Dec 25, 2023
1 parent 1d8e9c6 commit a2783ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ td p {

.toc {
max-width: 600px;
}
}

.main-content img {
margin-bottom: 15px;
}

0 comments on commit a2783ba

Please sign in to comment.