Skip to content

Commit

Permalink
fix: 메인 페이지 스켈레톤 padding top
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcatco committed Aug 9, 2023
1 parent 36a13e0 commit 6a0c9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/home/PostCardList/PostCardList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ export default function PostCardList({

if (isLoading || !posts) {
// 로딩 중

return (
<ul className="flex w-full flex-col items-center space-y-[1.7rem] px-[2.5rem] pt-[8.5rem]">
<ul className="flex w-full flex-col items-center space-y-[1.7rem] px-[2.5rem] pt-[10.5rem]">
{Array(10)
.fill(null)
.map((_, index) => (
Expand Down

0 comments on commit 6a0c9f3

Please sign in to comment.