Skip to content

Commit

Permalink
fix: dashboard style hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Dec 4, 2024
1 parent d1e2bfd commit 76326c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth-server/pages/dashboard.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<div>
<header class="mb-8">
<header class="max-w-[1920px] mx-auto mb-8">
<AppNav />
</header>
<main class="max-w-dashboard m-auto">
<main class="max-w-[900px] m-auto">
<NuxtPage />
</main>
</div>
Expand Down

0 comments on commit 76326c8

Please sign in to comment.