Skip to content

Commit

Permalink
design: order 헤더 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yarimu committed Nov 29, 2024
1 parent 1e6a98f commit 58f717a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/orderHeader/OrderHeaderStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Theme, css } from '@emotion/react';

export const headerStyle = (theme: Theme) => css`
display: flex;
gap: 1.6rem;
gap: 78rem;
align-items: center;
justify-content: space-between;
justify-content: center;
width: 100%;
height: 5.4rem;
padding: 0.9rem 5.2rem;
Expand Down

0 comments on commit 58f717a

Please sign in to comment.