Skip to content

Commit

Permalink
add bottom margin to included code output (#687)
Browse files Browse the repository at this point in the history
Addresses issue raised here #686
  • Loading branch information
nhirschey authored Jul 22, 2021
1 parent 06f15cd commit d454936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ body {
white-space: pre;
font: 0.85rem 'Roboto Mono', monospace;
width: 90%;
/* margin: 10px 20px 20px 20px; */
margin-bottom: 1em;
background-color: #f3f4f7;
padding: 10px;
/* border-radius: 5px; */
Expand Down

0 comments on commit d454936

Please sign in to comment.