Fix print styles and remove header footer from print
This commit is contained in:
parent
bbad737bbe
commit
95f745397c
@ -21,6 +21,9 @@ globalStyle('body', {
|
|||||||
[`screen and (min-width: ${breakpoints.m}px)`]: {
|
[`screen and (min-width: ${breakpoints.m}px)`]: {
|
||||||
fontSize: '24px',
|
fontSize: '24px',
|
||||||
},
|
},
|
||||||
|
print: {
|
||||||
|
fontSize: '12px',
|
||||||
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -5,3 +5,12 @@ body {
|
|||||||
.app-content nav {
|
.app-content nav {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-navigation {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-footer {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user