Шаблон:Dungeon Crusher Wiki/AppStore/styles.css
#appstore.card {
width: calc(100% / 8 - 2.4rem);
min-width: calc(600px / 4 - 0.4rem);
}
#appstore .card-image {
height: 160px;
overflow: hidden;
}
#appstore .card:hover .card-caption {
color: white;
}
#appstore .card-caption {
padding: 0.6rem;
background: #1d2129;
color: #bfcee7;
text-align: center;
transition: color 0.2s ease;
}