Skip to content

Commit

Permalink
Chore: margin 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Oct 17, 2023
1 parent bbeba55 commit e16c817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/series/SeriesDetailContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function SeriesDetailContainer({
authorFollowerNum={authorFollowerNum}
/>
</div>
<div className="flex justify-center items-center mt-5">
<div className="flex justify-center items-center my-5">
<button
className={`rounded-full border-2 p-1 border-soma-grey-30 rotate-180 ${
currentIdx === 0 ? 'opacity-40 pointer-events-none' : ''
Expand Down

0 comments on commit e16c817

Please sign in to comment.