responsive
This commit is contained in:
@@ -7,10 +7,10 @@ import ProductCard from "@/components/ProductCard"
|
||||
|
||||
const FavoritePage: NextPage = () => {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<div className="p-3 sm:p-4 md:p-6">
|
||||
<Menu pageActive='favorite' />
|
||||
|
||||
<GridWrapper desktop={5} mobile={2} className="mt-14">
|
||||
<GridWrapper desktop={5} mobile={2} className="mt-6 sm:mt-8 md:mt-10 lg:mt-14">
|
||||
<ProductCard />
|
||||
<ProductCard />
|
||||
<ProductCard />
|
||||
|
||||
Reference in New Issue
Block a user