Skip to content

Commit 57d25ef

Browse files
committed
chore: enhance gap
1 parent 42d0121 commit 57d25ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

styles/layout.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,12 @@ h6 {
142142
z-index: 1 !important;
143143
}
144144

145-
.slidev-layout.two-cols {
146-
gap: 1rem;
145+
.slidev-layout.two-cols, .slidev-layout.two-cols-header {
146+
gap: 0.25rem 1rem;
147147
}
148148

149149
.slidev-layout.two-cols-header {
150150
grid-template-rows: repeat(2, min-content);
151-
gap: 1rem;
152151
}
153152

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

0 commit comments

Comments
 (0)