(Add game card grid styles for full-width thumbnails) |
(Fix game card float and width issues) |
||
| Line 1: | Line 1: | ||
/* Game card grid - make thumbnails fill card width */ | /* Game card grid - make thumbnails fill card width */ | ||
.game-card .thumb { | .game-card .thumb { | ||
border: none !important; | border: none !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
width: 100% !important; | width: 100% !important; | ||
float: none !important; | |||
} | } | ||
.game-card .thumbinner { | .game-card .thumbinner { | ||
| Line 15: | Line 11: | ||
width: 100% !important; | width: 100% !important; | ||
max-width: none !important; | max-width: none !important; | ||
} | |||
.game-card .thumbimage { | |||
width: 100% !important; | |||
height: auto !important; | |||
} | |||
.game-card .thumbcaption { | |||
display: none !important; | |||
} | } | ||
.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; | |||
} | } | ||
Revision as of 09:50, 18 February 2026
/* Game card grid - make thumbnails fill card width */
.game-card .thumb {
border: none !important;
margin: 0 !important;
width: 100% !important;
float: none !important;
}
.game-card .thumbinner {
border: none !important;
padding: 0 !important;
width: 100% !important;
max-width: none !important;
}
.game-card .thumbimage {
width: 100% !important;
height: auto !important;
}
.game-card .thumbcaption {
display: none !important;
}
.game-card a.image img {
width: 100% !important;
height: auto !important;
max-width: none !important;
}