Skip to content

Commit

Permalink
fix: special guest 텍스트 상단 마진 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
junyeokk committed May 14, 2024
1 parent a06dbff commit f0ec4f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/SpecialGuestPage.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const MainContent = styled.div`
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 10px;
margin-top: 50px;
p {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 25%);
}
Expand Down

0 comments on commit f0ec4f9

Please sign in to comment.