suggest image position adjusted

This commit was merged in pull request #249.
This commit is contained in:
victorAnumudu
2023-07-05 08:50:56 +01:00
parent 6e3061b9db
commit 067d9ca5d1
4 changed files with 6 additions and 8 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ export default function FamilyMarketCard({ className, datas, hidden = false }) {
className="w-full h-[236px] p-6 rounded-xl overflow-hidden"
onClick={popUpHandler}
style={{
background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
// background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
background: `url(${selectedImage}) center / contain no-repeat`,
}}
>
<div className="product-two-options flex justify-between mb-5 relative">