Skip to content

Commit 2357a94

Browse files
committed
fix: setting max width
1 parent f1eb507 commit 2357a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/pages/app/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ definePageMeta({
55
</script>
66

77
<template>
8-
<div class="flex flex-col gap-4 sm:gap-6 lg:gap-12 w-full lg:max-w-2xl mx-auto">
8+
<div class="flex flex-col gap-4 sm:gap-6 lg:gap-12 w-full max-w-2xl mx-auto">
99
<NuxtPage />
1010
</div>
1111
</template>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thecodeorigin/nuxt",
33
"type": "module",
4-
"version": "2.5.4",
4+
"version": "2.5.5",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org",
77
"access": "public"

0 commit comments

Comments
 (0)