Skip to content

Commit

Permalink
compress posts image
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhozhr10 committed May 29, 2024
1 parent 26217c2 commit 549028b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified public/img/posts/writing-assets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/app/_components/BlogPost/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
width: 860px;
max-width: 860px;
overflow: hidden;

img {
margin: 0 auto;
}

@media (max-width: 900px) {
& {
margin: 20px 0;
Expand Down

0 comments on commit 549028b

Please sign in to comment.