Skip to content

Commit

Permalink
style: RecommandedBox text width 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
seong-hui committed Nov 28, 2024
1 parent c8b9d8a commit 7543582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/recommandedProducts/RecommandedBoxStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const recommandedBoxContainer = (theme: Theme) => css`
padding: 1rem 1.8rem;
background-color: ${theme.colors.brandBg};
border-radius: 8px;
`;

export const contentLayout = css`
Expand Down Expand Up @@ -46,4 +47,5 @@ export const lineStyle = (theme: Theme) => css`
export const flexBoxStyle = css`
display: flex;
gap: 0.8rem;
width: 32rem;
`;

0 comments on commit 7543582

Please sign in to comment.