We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f445c0c commit df0ee22Copy full SHA for df0ee22
example.md
@@ -100,7 +100,7 @@ layout: image-right
100
image: 'https://source.unsplash.com/collection/94734566/1920x1080'
101
---
102
103
-# Code
+# Code `Code`
104
105
Use code snippets and get the highlighting directly!
106
styles/layout.css
@@ -82,6 +82,10 @@ h6 {
82
margin-bottom: 0 !important;
83
}
84
85
+.slidev-layout p, .slidev-layout li {
86
+ line-height: 1.5;
87
+}
88
+
89
.slidev-layout h1 {
90
font-size: 1.4rem;
91
font-weight: bold;
0 commit comments