Skip to content

Commit

Permalink
Merge pull request #2 from csc-training/fix_code_block
Browse files Browse the repository at this point in the history
Reduce empty spacing around a code block
  • Loading branch information
mlouhivu authored Nov 5, 2019
2 parents 1c95f7a + ed806cf commit b197eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/csc-2016/csc.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ body {
/*********************************************
* CODE
*********************************************/
.reveal div.sourceCode {
margin: 0.1em 0;
}
.reveal pre {
display: block;
margin-top: 2px;
Expand Down

0 comments on commit b197eaa

Please sign in to comment.