Update marketplace page layout and styles
This commit is contained in:
@@ -14,7 +14,7 @@ export default function MarketplacePage() {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
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">
|
<div className="mx-auto w-full text-center">
|
||||||
<h1 className="text-4xl lg:text-7xl font-bold">Themes Store</h1>
|
<h1 className="text-4xl lg:text-7xl font-bold">Themes Store</h1>
|
||||||
<ThemesSearch input={searchInput} setInput={setSearchInput} />
|
<ThemesSearch input={searchInput} setInput={setSearchInput} />
|
||||||
|
|||||||
Reference in New Issue
Block a user