Skip to content

Commit

Permalink
Update _post.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vachan-maker authored Feb 1, 2024
1 parent 9f31c17 commit 5d0337b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/sass/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
}

.postHeader {
overflow: hidden;
overflow:hidden;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
}

.postsList {
Expand Down

0 comments on commit 5d0337b

Please sign in to comment.