1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 16:28:28 -04:00
jarv.is/components/Tweet/Tweet.module.css

9 lines
144 B
CSS

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