Skip to content

Commit

Permalink
chore(post): Unify post bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed Mar 18, 2024
1 parent 337e666 commit b8b3f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/styles/ui/posts/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.issue-post {
margin: 5rem 0 10rem;
margin: 5rem 0 14rem;
color: transparent;
background: linear-gradient(
-45deg,
Expand Down
2 changes: 1 addition & 1 deletion src/features/styles/ui/posts/posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

.post-list {
padding-bottom: 200px;
padding-bottom: 14rem;

.date-format {
color: $sub-color;
Expand Down

0 comments on commit b8b3f02

Please sign in to comment.