mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:48:30 -04:00
9 lines
144 B
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;
|
|
}
|