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)`]: {
|
||||
fontSize: '24px',
|
||||
},
|
||||
print: {
|
||||
fontSize: '12px',
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
|
@ -4,4 +4,13 @@ body {
|
||||
|
||||
.app-content nav {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.page-navigation {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user