mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 22:47:25 +01:00
various styling fixes
This commit is contained in:
@@ -20,6 +20,6 @@ export default props => {
|
||||
}
|
||||
|
||||
return (
|
||||
<iframe src={props.pdfUrl} style="width:718px; height:700px;" frameborder="0"></iframe>
|
||||
<iframe src={props.pdfUrl} style="width:700px; height:1050px;" frameborder="0"></iframe>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user