Skip to content

Commit

Permalink
Design: 히스토리 페이지 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Dec 5, 2024
1 parent 276630c commit eedd7f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/list/[listId]/history/page.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ import { vars } from '@/styles/theme.css';
import * as fonts from '@/styles/font.css';

export const page = style({
maxWidth: 430,
height: '100vh',
margin: 'auto',

display: 'flex',
flexDirection: 'column',

backgroundColor: vars.color.bggray,
});

export const navContainer = style({
Expand Down

0 comments on commit eedd7f0

Please sign in to comment.