Skip to content

Commit

Permalink
πŸ› fix: modify image info absolute pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubumjang committed Oct 17, 2024
1 parent 9a6b623 commit efdee0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const LectureImageInfo = ({
</div>
)}
{lectureInfo && (
<div className="absolute desktop:top-5 tablet:top-3 mobile:top-3 left-[80px] w-[79px] h-[34px] content-center text-center text-white text-base font-semibold rounded bg-custom-textSemiBoldBlackColor">
<div className="absolute desktop:top-5 tablet:top-3 mobile:top-3 left-[88px] w-[79px] h-[34px] content-center text-center text-white text-base font-semibold rounded bg-custom-textSemiBoldBlackColor">
{calculateDDay()}
</div>
)}
Expand Down

0 comments on commit efdee0a

Please sign in to comment.