Skip to content

Commit

Permalink
chore: add gap to two-cols layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Feb 1, 2024
1 parent 8fd0a72 commit 9e4744f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,13 @@ h6 {
margin-top: 1em;
}

.slidev-layout.two-cols {
gap: 1rem;
}

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

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

0 comments on commit 9e4744f

Please sign in to comment.