We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454f44e commit 566a36eCopy full SHA for 566a36e
src/components/LayoutFooter/Footer.js
@@ -31,6 +31,9 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
31
[media.size('sidebarFixed')]: {
32
paddingTop: 40,
33
},
34
+ '@media print': {
35
+ display: 'none',
36
+ },
37
}}>
38
<Container>
39
<div
src/components/LayoutHeader/Header.js
@@ -29,6 +29,9 @@ const Header = ({location}: {location: Location}) => (
29
width: '100%',
30
top: 0,
left: 0,
0 commit comments