Skip to content

Commit

Permalink
add elements padding for posts
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonyy committed Nov 3, 2024
1 parent 3c4c2af commit e3d8203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
margin-top: 20px;
}

.post .content > * {
margin: 15px 0;
}

.tags span {
font-size: 16px;
color: grey;
Expand Down

0 comments on commit e3d8203

Please sign in to comment.