Skip to content

Commit

Permalink
components(main-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 b21b5ca commit 7296629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/main-container.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<v-main>
<!-- px-5 set to align to v-app-bar-nav-icon -->
<!-- `px-5` is set to align with `v-app-bar-nav-icon` -->
<v-container class="px-5 px-md-12 my-8 my-md-16">
<slot />
<slot v-if="$slots.default" />
</v-container>
</v-main>
</template>

0 comments on commit 7296629

Please sign in to comment.