Update page.tsx

This commit is contained in:
Damien Ostler 2024-06-08 19:13:54 -04:00
parent 164aec1c51
commit 7ac84fc0cf

View File

@ -27,7 +27,7 @@ function PageComponent() {
return (
<div className="w-2/3 p-8 h-1/2 text-white lg:flex justify-center items-center animate-in">
<div className="w-full lg:w-1/3 rounded-md bg-primary opacity-90 p-12 m-1 mt-32 shadow-lg backdrop-blur">
<div className="w-full lg:w-1/3 rounded-md bg-primary opacity-90 p-8 m-1 mt-32 shadow-lg backdrop-blur">
<div className="w-full flex justify-center">
<span className="text-2xl pb-4">Tiers Management</span>
</div>