Skip to content

Commit

Permalink
feat: lg일 때 left는 unset
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Nov 16, 2024
1 parent c351fab commit 9285d61
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ const TicketOptions = styled.div`
border: 1px solid ${({ theme }) => theme.palette.grey.g20};
box-shadow: 0px 8px 14px 0px rgba(172, 171, 171, 0.13);
left: 0;
margin-top: 4px;
padding: 16px 20px;
${mq_lg} {
left: unset;
right: 0;
}
margin-top: 4px;
padding: 16px 20px;
`;

const TicketOptionTitle = styled.div`
Expand Down

0 comments on commit 9285d61

Please sign in to comment.