Hi, I am trying to embed a Twitter widget in a website.
But I’m not able to see some of the tweets, and I cannot find a solution.
I am using JS to change some CSS of the Tweets, but I guess that shouldn’t cause any of the tweets to not show up.

I would appreciate any help related to this I can get.

  <div class="twitter-block" style="width: 100%; display: flex; justify-content: center">
    <a class="twitter-timeline" data-width="850" data-height="900" href="https://twitter.com/tardis_sn?ref_src=twsrc%5Etfw">Tweets by tardis_sn</a>
    <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
  </div>