Skip to content

Commit 57c7415

Browse files
authored
Merge pull request ChartsCSS#34 from ChartsCSS/v-row
Increase space between examples
2 parents 5b65bba + f8398a0 commit 57c7415

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/.vuepress/components/v-row.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
<style>
2929
.v-row {
3030
display: flex;
31-
gap: 20px
31+
gap: 40px
3232
}
3333
.v-row.row {
3434
flex-direction: row;
@@ -44,5 +44,4 @@ export default {
4444
margin: unset;
4545
}
4646
}
47-
48-
</style>
47+
</style>

0 commit comments

Comments
 (0)