Skip to content

Commit

Permalink
fix: text top
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 committed Dec 19, 2023
1 parent 6de4177 commit 6e4d33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/ChoiceSlide/ChoiceSlide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ChoiceSlide = ({ side, topicContent }: ChoiceSlideProps) => {
<div
style={{
position: 'absolute',
top: -25,
top: -45,
right: 95,
}}
>
Expand All @@ -41,7 +41,7 @@ const ChoiceSlide = ({ side, topicContent }: ChoiceSlideProps) => {
<div
style={{
position: 'absolute',
top: -25,
top: -45,
left: 107,
}}
>
Expand Down

0 comments on commit 6e4d33d

Please sign in to comment.