diff --git a/ubyssey/static_src/src/styles/modules/spoof/2024/_spoofstreams.scss b/ubyssey/static_src/src/styles/modules/spoof/2024/_spoofstreams.scss index 9b7939931..6c72e8568 100644 --- a/ubyssey/static_src/src/styles/modules/spoof/2024/_spoofstreams.scss +++ b/ubyssey/static_src/src/styles/modules/spoof/2024/_spoofstreams.scss @@ -160,8 +160,10 @@ width: 100%; } .card { - margin: 0.5em; - width: 340px; + .card-img-top { + aspect-ratio: 4/3; + margin-bottom: 1em; + } @media(max-width:768px) { width: 100%; }