Update marketplace page layout and styles

This commit is contained in:
Mauro Balades
2024-08-19 16:10:27 +02:00
parent 18ebb41fe6
commit bb9838dbee

View File

@@ -14,7 +14,7 @@ export default function MarketplacePage() {
}, []);
return (
<div className="flex flex-col w-full mx-auto p-5 lg:w-2/3 items-center justify-center h-full mt-36">
<div className="flex flex-col w-full mx-auto p-5 lg:w-2/3 2xl:w-1/2 items-center justify-center h-full mt-36">
<div className="mx-auto w-full text-center">
<h1 className="text-4xl lg:text-7xl font-bold">Themes Store</h1>
<ThemesSearch input={searchInput} setInput={setSearchInput} />