Шаблон:Main page: відмінності між версіями

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 101: Рядок 101:
</div>
</div>
</div>
</div>
<style>
.heroes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px;
}
.hero-item {
  text-align: center;
}
.hero-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
.hero-name {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
}
</style>