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
@@ -81,7 +81,8 @@ const SuggestTask = ({ details, onClose, situation }) => {
<div
className="w-full h-[236px] p-6 bg-gray-400 rounded-xl overflow-hidden"
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>
</div>