Skip to content

Commit

Permalink
style : modified sort-box position (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamny20 committed Mar 8, 2024
1 parent c6c65ac commit e58bb51
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/advertisement/AdvertisementList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const AdvertisementList = ({ data }: { data: AdvertiseItemProps[] }) => {

return (
<AdvertisementListContainer>
<div>
<div className="sort-box">
<CustomButton
id="basic-button"
aria-controls={open ? 'basic-menu' : undefined}
Expand Down Expand Up @@ -168,6 +168,13 @@ export const AdvertisementListContainer = styled.div`
margin: 0 auto;
padding: 120px 0px;
box-sizing: border-box;
.sort-box {
margin-bottom: 20px;
box-sizing: border-box;
display: flex;
justify-content: flex-end;
}
`;

export const ListWrapper = styled.div`
Expand Down

0 comments on commit e58bb51

Please sign in to comment.