Skip to content

Commit

Permalink
fix: 출연진 정보 등록하기 데스크탑 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Oct 10, 2024
1 parent 6a21c4b commit c8face1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ const MobileCastInfoRegisterButton = styled.button`
const DesktopCastInfoRegisterButton = styled(Button)`
display: none;
${mq_lg} {
display: block;
display: flex;
}
`;

Expand Down

0 comments on commit c8face1

Please sign in to comment.