Skip to content

Commit

Permalink
fix: space for button
Browse files Browse the repository at this point in the history
  • Loading branch information
amolsasane committed Jul 25, 2024
1 parent fa70a7e commit e66c40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MovieInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ const MovieInfo = ({ title, overview, id }) => {
</button>
</Link>
<button
className="bg-zinc-600 w-[5rem] sm:w-[5rem] md:w-[8rem] lg:w-32 p-1 md:p-2 lg:p-3 my-0 sm:my-2 md:my-2 lg:my-4 font-bold text-white rounded text-xs sm:text-md md:text-lg lg:text-lg bg-opacity-70"
className="bg-zinc-600 w-[5rem] sm:w-[5rem] md:w-[8rem] lg:w-[9rem] p-1 md:p-2 lg:p-3 my-0 sm:my-2 md:my-2 lg:my-4 font-bold text-white rounded text-xs sm:text-md md:text-lg lg:text-lg bg-opacity-70"
onClick={handleScrollToMore}
>
See More
<FontAwesomeIcon
icon={faAngleDown}
className="pl-1 text-xs sm:text-md md:text-lg lg:text-xl"
className="pl-1 lg:pl-2 text-xs sm:text-md md:text-lg lg:text-xl"
/>
</button>
</div>
Expand Down

0 comments on commit e66c40b

Please sign in to comment.