Files
jarv.is/components/TweetEmbed/TweetEmbed.module.css
T
2025-02-07 11:33:38 -05:00

9 lines
144 B
CSS

.tweet {
/* help with layout shift */
min-height: 300px;
}
.tweet :global(.react-tweet-theme) {
--tweet-container-margin: 1.5rem auto;
}