1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-18 21:58:42 -04:00
Files
jarv.is/components/TweetEmbed/TweetEmbed.module.css

9 lines
144 B
CSS

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