Skip to content

Commit a8898a6

Browse files
committed
fix: two cols header
1 parent 65a9b9c commit a8898a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ h6 {
151151
}
152152

153153
.slidev-layout.two-cols-header {
154-
grid-template-rows: repeat(2, min-content);
154+
grid-template-rows: repeat(2, min-content) !important;
155155
}
156156

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

0 commit comments

Comments
 (0)