mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-12-01 13:32:13 +03:00
Undo change to Slide styles
This commit is contained in:
parent
a0a5af7dc0
commit
8feb58c6fc
@ -34,13 +34,13 @@ const Root = styled.div(
|
|||||||
fontFamily: props.theme.font,
|
fontFamily: props.theme.font,
|
||||||
color: props.theme.colors.text,
|
color: props.theme.colors.text,
|
||||||
backgroundColor: props.theme.colors.background,
|
backgroundColor: props.theme.colors.background,
|
||||||
|
width: '100vw',
|
||||||
|
height: '100vh',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
width: '100vw',
|
|
||||||
height: '100vh',
|
|
||||||
}),
|
}),
|
||||||
props => props.theme.css,
|
props => props.theme.css,
|
||||||
props => props.theme.Slide,
|
props => props.theme.Slide,
|
||||||
|
Loading…
Reference in New Issue
Block a user