Skip to content

Commit 9e4744f

Browse files
committed
chore: add gap to two-cols layouts
1 parent 8fd0a72 commit 9e4744f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/layout.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,13 @@ h6 {
143143
margin-top: 1em;
144144
}
145145

146+
.slidev-layout.two-cols {
147+
gap: 1rem;
148+
}
149+
146150
.slidev-layout.two-cols-header {
147151
grid-template-rows: repeat(2, min-content);
152+
gap: 1rem;
148153
}
149154

150155
.slidev-layout.two-cols-header > div {

0 commit comments

Comments
 (0)