Skip to content

Commit

Permalink
feat: add max width for UI
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Jan 27, 2024
1 parent edefcb3 commit 0f533f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrocyScanner.Service/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</MudNavMenu>
</MudDrawer>
<MudMainContent>
<div class="position-relative px-3 py-2">
<div class="position-relative px-3 py-2 mx-auto" style="max-width: 900px;">
@Body
</div>
</MudMainContent>
Expand Down

0 comments on commit 0f533f6

Please sign in to comment.