Skip to content

Commit

Permalink
design: home padding 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gyeongza committed Jul 1, 2024
1 parent 33184b6 commit 167df93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(iTracker)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ErrorBoundary } from 'react-error-boundary';
export default function Home() {
return (
<>
<div className="flex-1 w-full flex flex-col py-8 border-gray-200">
<div className="flex-1 w-full flex flex-col py-2 border-gray-200">
<Text typography="h4">전체 상품 할인율 TOP10</Text>
<Text typography="p" className="md:text-lg text-gray-500">
전체 상품 중 오늘 할인율이 가장 높은 상품 리스트
Expand Down

0 comments on commit 167df93

Please sign in to comment.