Skip to content

Commit df0ee22

Browse files
committed
chore: tune layout
1 parent f445c0c commit df0ee22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ layout: image-right
100100
image: 'https://source.unsplash.com/collection/94734566/1920x1080'
101101
---
102102

103-
# Code
103+
# Code `Code`
104104

105105
Use code snippets and get the highlighting directly!
106106

styles/layout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ h6 {
8282
margin-bottom: 0 !important;
8383
}
8484

85+
.slidev-layout p, .slidev-layout li {
86+
line-height: 1.5;
87+
}
88+
8589
.slidev-layout h1 {
8690
font-size: 1.4rem;
8791
font-weight: bold;

0 commit comments

Comments
 (0)