Skip to content

Commit

Permalink
fix: cover layout
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Oct 22, 2023
1 parent b4ae0d7 commit a19eec2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions layouts/cover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@
</div>
</div>
</template>

<style>
.slidev-layout.cover {
display: flex;
flex-direction: column;
}
</style>

0 comments on commit a19eec2

Please sign in to comment.