Skip to content

Commit

Permalink
Add margin to indentations in line blocks (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeray Diaz Diaz authored Apr 3, 2022
1 parent b4c8010 commit aca1d2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/furo/assets/styles/content/_blocks.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.line-block
margin-top: 0.5rem
margin-bottom: 0.75rem
.line-block
margin-top: 0rem
margin-bottom: 0rem
padding-left: 1rem
1 change: 1 addition & 0 deletions src/furo/assets/styles/content/_index.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "admonitions"
@import "api"
@import "blocks"
@import "captions"
@import "code"
@import "footnotes"
Expand Down

0 comments on commit aca1d2d

Please sign in to comment.