Skip to content

Commit a2f75dd

Browse files
committed
update property from size to page orientation
1 parent a5f70c3 commit a2f75dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/RootPage.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const RootPage = styled.div`
1616
}
1717
@media print {
1818
@page {
19-
size: landscape;
19+
page-orientation: landscape;
2020
}
2121
}
2222
`;

0 commit comments

Comments
 (0)