Skip to content

Commit

Permalink
style: dummy data수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon-Hae-Min committed Jun 9, 2023
1 parent f8c5244 commit cf1e19e
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 249 deletions.
1 change: 0 additions & 1 deletion components/Carousel/Card/CardCarouselContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default CardCarouselContainer;

const CarouselContainer = styled.div`
max-width: 78.75rem;
padding: 0 1rem;
margin: auto;
`;

Expand Down
1 change: 1 addition & 0 deletions components/FoodContentCard/Footer/CreatorProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const UserName = styled.p`
`;
const ProfileLayout = styled.div`
display: flex;
margin-top: 0.625rem;
align-items: center;
color: ${({ theme }) => theme.colors.gray[200]};
`;
Expand Down
Loading

0 comments on commit cf1e19e

Please sign in to comment.