Skip to content

Commit

Permalink
Merge pull request #1146 from aeternity/feature/fix-twitter-preview
Browse files Browse the repository at this point in the history
fix(TwitterEmbed): preview image size
  • Loading branch information
imollov authored Jul 27, 2021
2 parents 11d1f74 + 8c1d559 commit 8571ea7
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 8571ea7

Please sign in to comment.