(Fix game card float and width issues) |
(Simplify game card image CSS) |
||
| Line 1: | Line 1: | ||
/* Game card grid - make thumbnails fill card width */ | /* Game card grid - make thumbnails fill card width */ | ||
.game-card a.image img { | .game-card a.image img { | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
max-width: none !important; | max-width: none !important; | ||
display: block; | |||
} | } | ||
Revision as of 09:52, 18 February 2026
/* Game card grid - make thumbnails fill card width */
.game-card a.image img {
width: 100% !important;
height: auto !important;
max-width: none !important;
display: block;
}