diff --git a/example.md b/example.md index e5ec18d..c1cfd29 100644 --- a/example.md +++ b/example.md @@ -39,7 +39,9 @@ method: Work in Groups Describe the most important steps of the task here: -1. First go there +1. **First** go there + - One + - Two 1. Then do this 1. Finally.. diff --git a/styles/layout.css b/styles/layout.css index 613a9a3..548748d 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -121,8 +121,13 @@ h6 { content: '- '; } -.slidev-layout ul { +.slidev-layout ul, .slidev-layout ol, .slidev-layout dl { margin-top: 1rem; + margin-bottom: 0.5rem; +} + +.slidev-layout li ul, .slidev-layout li ol, .slidev-layout li dl { + margin-top: 0; } .slidev-layout li {