1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00

Adjust base aspect theme

This commit is contained in:
Brent Jackson 2019-04-21 17:41:00 -04:00
parent 8feb58c6fc
commit 5e5fcd4e4e

View File

@ -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',
},
},
})
}