Skip to content

Commit

Permalink
chore: enhance gap
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Feb 6, 2024
1 parent 42d0121 commit 57d25ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,12 @@ h6 {
z-index: 1 !important;
}

.slidev-layout.two-cols {
gap: 1rem;
.slidev-layout.two-cols, .slidev-layout.two-cols-header {
gap: 0.25rem 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 57d25ef

Please sign in to comment.