We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f70c3 commit a2f75ddCopy full SHA for a2f75dd
client/components/RootPage.jsx
@@ -16,7 +16,7 @@ const RootPage = styled.div`
16
}
17
@media print {
18
@page {
19
- size: landscape;
+ page-orientation: landscape;
20
21
22
`;
0 commit comments