Skip to content

Commit

Permalink
fix: two cols header
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Mar 29, 2024
1 parent 65a9b9c commit a8898a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ h6 {
}

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

.slidev-layout.two-cols-header > div {
Expand Down

0 comments on commit a8898a6

Please sign in to comment.