Skip to content

Commit

Permalink
fix(TwitterEmbed): preview image size
Browse files Browse the repository at this point in the history
  • Loading branch information
imollov committed Jul 26, 2021
1 parent ece3a00 commit 8c1d559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tipRecords/TwitterEmbed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
display: flex;
img {
width: 35%;
min-width: 35%;
object-fit: cover;
@include smallest {
Expand Down

0 comments on commit 8c1d559

Please sign in to comment.