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

Fix themes

This commit is contained in:
Brent Jackson 2019-04-20 22:53:19 -04:00
parent 01ac5dedbb
commit 69474bc693
4 changed files with 11 additions and 3 deletions

View File

@ -5,8 +5,11 @@ import Counter from './Counter'
import future from '@mdx-deck/themes/future'
import aspect from '@mdx-deck/themes/aspect'
import { hack } from '@mdx-deck/themes'
export const themes = [
future,
hack,
// future,
aspect,
]

View File

@ -19,7 +19,9 @@ export default {
'@media screen and (min-width:64em)': {
fontSize: '3em',
},
'& .Slide > div': {
},
Slide: {
'& > div': {
minWidth: '80vw',
minHeight: '60vh',
},

View File

@ -22,7 +22,9 @@ export default {
'@media screen and (min-width:64em)': {
fontSize: '3em',
},
'& .Slide > div': {
},
Slide: {
'& > div': {
minWidth: '80vw',
minHeight: '60vh',
},

View File

@ -27,6 +27,7 @@ export { default as big } from './big'
// fixed aspect ratio
export { default as aspect } from './aspect'
export { default as aspect43 } from './aspect-4-3'
// super
// https://fonts.google.com/specimen/Creepster