Fix print styles and remove header footer from print
This commit is contained in:
@ -21,6 +21,9 @@ globalStyle('body', {
|
||||
[`screen and (min-width: ${breakpoints.m}px)`]: {
|
||||
fontSize: '24px',
|
||||
},
|
||||
print: {
|
||||
fontSize: '12px',
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user