Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
feat: print one slide per page
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Jan 27, 2019
1 parent e3ffd2a commit 916768e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/slides/deckdeckgo-slide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ div.deckgo-slide {
@media print {
div.deckgo-slide {
padding: 0;
page-break-after: always;
height: 100vh;
}
}

0 comments on commit 916768e

Please sign in to comment.