Quick fix for front page card styling (#6553)

This commit is contained in:
WithoutPants 2026-02-06 15:53:04 +11:00 committed by GitHub
parent d64b3b711c
commit 8dec195c2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -492,3 +492,10 @@
color: white;
opacity: 0.75;
}
// HACK: compatibility with existing behaviour after removed width from zoom-1 class
// this should really be changed to use the specific card types instead of a generic zoom-1 class,
// but this is a quick fix to prevent breaking existing styles
.recommendation-row .zoom-1 {
width: 320px;
}