fix width for online-store

This commit is contained in:
chark1es 2025-01-28 17:25:21 -08:00
parent 06c0155c82
commit 08a6a8a15c

View file

@ -6,7 +6,7 @@ const title = "IEEE Store";
---
<Layout {title}>
<main class="w-[95%] mx-auto pb-12 md:pt-[5vh] pt-[5vw] min-h-screen">
<main class="mx-auto pb-12 md:pt-[5vh] pt-[5vw] min-h-screen">
<h1 class="text-4xl font-bold mb-12">IEEE UCSD Store</h1>
<div class="grid grid-cols-1 lg:grid-cols-4 gap-8">
<!-- Left Column - User Info -->
@ -24,14 +24,18 @@ const title = "IEEE Store";
class="card-body flex flex-col items-center justify-center h-full w-full max-w-2xl mx-auto"
>
<div class="text-center w-full">
<h2 class="card-title text-3xl justify-center mb-6">
<h2
class="card-title text-3xl justify-center mb-6"
>
Store Coming Soon!
</h2>
<div class="space-y-4">
<p class="text-base-content/70 text-lg">
Our store is currently under development. Check back later
for IEEE UCSD merchandise! In the meantime, please make sure
your profile is up to date with your IEEE Member ID and
Our store is currently under
development. Check back later for IEEE
UCSD merchandise! In the meantime,
please make sure your profile is up to
date with your IEEE Member ID and
resume.
</p>
</div>
@ -70,7 +74,8 @@ const title = "IEEE Store";
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
></path>
</svg>
<span class="lg:hidden ml-2">Search</span>
</button>