Skip to content

Commit

Permalink
better full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlecart committed Jun 13, 2024
1 parent b0d4768 commit fb55820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/layout/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import AppHeader from "../components/shared/AppHeader.vue";

<template>
<AppHeader></AppHeader>
<v-main>
<v-main style="max-width: 900px; margin: auto">
<slot></slot>
</v-main>
</template>

<style scoped></style>

0 comments on commit fb55820

Please sign in to comment.