Skip to content

Instantly share code, notes, and snippets.

@y-temp4
Last active August 7, 2019 16:14
Show Gist options
  • Save y-temp4/aa3253ad2c1210c66611bd49d0c36d30 to your computer and use it in GitHub Desktop.
Save y-temp4/aa3253ad2c1210c66611bd49d0c36d30 to your computer and use it in GitHub Desktop.
remarkで作ったスライドをPDF出力する方法 ref: https://qiita.com/y-temp4/items/96b75d9f27a85b598f34
@page {
size: 1210px 681px;
margin: 0;
}
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment