From cc4b5ade29589946332db9e60bd1e17bab1f3fe1 Mon Sep 17 00:00:00 2001 From: TubbDoose Date: Mon, 1 Apr 2024 14:28:27 +0000 Subject: [PATCH] Correct features image sizing --- .../src/styles/modules/spoof/2024/_spoofstreams.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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%; }