diff --git a/packages/themes/aspect.js b/packages/themes/aspect.js index 22f8544..55f2441 100644 --- a/packages/themes/aspect.js +++ b/packages/themes/aspect.js @@ -11,15 +11,6 @@ export default theme => { aspectRatio: 9 / 16, css: { fontSize: '1em', - '@media screen and (min-width:56em)': { - fontSize: 'inherit', - }, - '@media screen and (min-width:64em)': { - fontSize: 'inherit', - }, - '@media print': { - fontSize: 'inherit', - }, }, }) }