Skip to content

Commit

Permalink
feat: decrease border radius of thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdavide committed Feb 20, 2022
1 parent 94d6dac commit 80598b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/partials/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: block;

&-wrapper {
border-radius: 0.5em;
border-radius: 2px;
width: 100%;
margin-bottom: 1em;
overflow: hidden;
Expand Down

0 comments on commit 80598b5

Please sign in to comment.