use container instead of full page for layout

This commit is contained in:
Aidan 2024-12-17 18:16:43 -05:00
parent e1552f8499
commit 6f9b4a2bba
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
-->
</div>
</header>
<div class="w-full mx-auto p-4">
<div class="container mx-auto p-4">
<div class="grid grid-cols-1 md:grid-cols-6 gap-4 w-full">
<div class="p-4 col-span-6 md:col-span-2 flex flex-col items-center bg-white bg-opacity-10 backdrop-blur-md rounded-lg border border-white border-opacity-25 shadow-md">
<img src="<%= app.icon %>" alt="<%= app.name %> icon" class="w-32 h-32 mb-4 rounded-full">

View File

@ -60,7 +60,7 @@
-->
</div>
</header>
<div class="w-full mx-auto p-4">
<div class="container mx-auto p-4">
<div class="grid grid-cols-1 md:grid-cols-6 gap-4 w-full">
<div class="p-4 col-span-6 md:col-span-2 flex flex-col items-center bg-white bg-opacity-10 backdrop-blur-md rounded-lg border border-white border-opacity-25 shadow-md">
<img src="<%= module.icon %>" alt="<%= module.name %> icon" class="w-32 h-32 mb-4 rounded-full">