Skip to content

Commit

Permalink
style StoriesBlockSkeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Kseniya committed Jun 13, 2024
1 parent 29fc04c commit 46e430e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@
background-color: #f0f0f0;
border-radius: 8px;
overflow: hidden;
margin-bottom: 16px;
}

.content {
padding: 16px;
}

.content > div {
margin-bottom: 8px;
margin:0;
}


Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ const StoriesBlockSkeleton: FC = () => {
return (
<div className={styles.skeletonNewsCard}>
<Skeleton height={240} width="100%" />
<div className={styles.content}>
<Skeleton width="60%" />
<Skeleton width="80%" />
</div>
</div>
)
}
Expand Down

0 comments on commit 46e430e

Please sign in to comment.