diff --git a/src/sass/tweet/card.scss b/src/sass/tweet/card.scss index 174f13a..c73394d 100644 --- a/src/sass/tweet/card.scss +++ b/src/sass/tweet/card.scss @@ -15,7 +15,7 @@ overflow: hidden; color: inherit; display: flex; - flex-direction: column; + flex-direction: row; text-decoration: none !important; &:hover { diff --git a/src/sass/tweet/video.scss b/src/sass/tweet/video.scss index 151404c..3439fe8 100644 --- a/src/sass/tweet/video.scss +++ b/src/sass/tweet/video.scss @@ -11,6 +11,10 @@ video { overflow: hidden; } +.gallery-video.card-container { + flex-direction: column; +} + .video-container { max-height: 530px; margin: 0;