Skip to content
Snippets Groups Projects
Commit dcadc65a authored by Philipp Kleer's avatar Philipp Kleer
Browse files

added pdf print options

parent 98a74514
No related branches found
No related tags found
No related merge requests found
......@@ -372,3 +372,20 @@ div.blue {
border-radius: 5px;
padding: 20px;
}
/**********
Setup for PDF printing
**********/
@page { margin: 0; }
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
\ No newline at end of file
......@@ -483,4 +483,21 @@ other formats
margin-left: 0em;
margin-top: 1.5em;
text-align: left;
}
/**********
Setup for PDF printing
**********/
@page { margin: 0; }
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment