use container instead of full page for layout
This commit is contained in:
parent
e1552f8499
commit
6f9b4a2bba
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user