Skip to content

Commit

Permalink
add margin to bottom of code cell output (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed May 31, 2024
1 parent 9d82357 commit 9c2757f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## uaz-revealjs (development version)
- Added 10px margin below code cell output (#21)
- Added this NEWS.md file! (#22)

## uaz-revealjs v0.1.0 (2024-03-08)

- Initial release of theme
4 changes: 4 additions & 0 deletions _extensions/uaz/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ $logo-height: 3.5rem !default;

//add space between code and output
.reveal div.sourceCode {
margin-bottom: 5px !important;
}

.reveal div.cell-output {
margin-bottom: 10px !important;
}

Expand Down

0 comments on commit 9c2757f

Please sign in to comment.