achievements_project/frontend/webpage/static/styles/search_games.css

9 lines
371 B
CSS
Raw Permalink Normal View History

.list-page-entry-icon.game {
width: 137px;
}
.list-page-entry-text.game-name { flex-grow: 2.5; }
.list-page-entry-text.game-achievement-count { flex-grow: 1; }
.list-page-entry-text.game-avg-completion { flex-grow: 1; }
.list-page-entry-text.game-num-owners { flex-grow: 1; }
.list-page-entry-text.game-num-perfects { flex-grow: 1; }