Skip to content

Commit

Permalink
components(inner-container): update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Mar 30, 2024
1 parent b843035 commit b21b5ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/inner-container.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<div class="vh-inner-container">
<slot />
<div>
<slot v-if="$slots.default" />
</div>
</template>

<style lang="scss" scoped="">
.vh-inner-container {
div {
max-width: 900px
}
</style>

0 comments on commit b21b5ca

Please sign in to comment.