diff --git a/src/sass/tweet/quote.scss b/src/sass/tweet/quote.scss index a4ec146..7383712 100644 --- a/src/sass/tweet/quote.scss +++ b/src/sass/tweet/quote.scss @@ -60,14 +60,16 @@ margin: unset; } - .media-gif { - width: 100%; - } - .attachments { border-radius: 0; } + .media-gif { + width: 100%; + display: flex; + justify-content: center; + } + .gallery-gif .attachment { display: flex; justify-content: center;