mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
Merge pull request #175 from jxnblk/fix-grid-view
Remove overflow hidden from body
This commit is contained in:
commit
32033975f2
@ -119,11 +119,11 @@ export default Split
|
||||
---
|
||||
export default Horizontal
|
||||
|
||||
![](https://images.unsplash.com/photo-1462331940025-496dfbfc7564?w=2048&q=20)
|
||||
![](https://source.unsplash.com/random/1024x768')
|
||||
|
||||
## Horizontal Layout
|
||||
![](https://source.unsplash.com/random/1024x768')
|
||||
|
||||
## As many columns as you want
|
||||
### Horizontal Layout
|
||||
|
||||
---
|
||||
export default Invert
|
||||
|
@ -69,7 +69,7 @@ const template = ({
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
<style>*{box-sizing:border-box}body{font-family:system-ui,sans-serif;margin:0}html,body{overflow:hidden}</style>
|
||||
<style>*{box-sizing:border-box}body{font-family:system-ui,sans-serif;margin:0}</style>
|
||||
<meta name='generator' content='mdx-deck'>
|
||||
${head}${css}
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user