Skip to content

Commit

Permalink
Fix max width of tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 19, 2024
1 parent 6906b2a commit b57b260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/posts/embed/Embed.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
.Tweet
& > *
margin: 0 !important
width: 100%
max-width: none
width: 100% !important
max-width: none !important

.CustomEmbedWrapper
width: 100%
Expand Down

0 comments on commit b57b260

Please sign in to comment.