Last active
August 7, 2019 16:14
-
-
Save y-temp4/aa3253ad2c1210c66611bd49d0c36d30 to your computer and use it in GitHub Desktop.
remarkで作ったスライドをPDF出力する方法 ref: https://qiita.com/y-temp4/items/96b75d9f27a85b598f34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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