From 5e5fcd4e4e6a4e9e2ad0f93069fd660260346a46 Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Sun, 21 Apr 2019 17:41:00 -0400 Subject: [PATCH] Adjust base aspect theme --- packages/themes/aspect.js | 9 --------- 1 file changed, 9 deletions(-) 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', - }, }, }) }