5494
редагування
Admin (обговорення | внесок) Немає опису редагування Мітка: Скасовано |
Admin (обговорення | внесок) Немає опису редагування Мітка: Скасовано |
||
| Рядок 17: | Рядок 17: | ||
} | } | ||
. | .home-row { | ||
display: | display:flex; | ||
justify-content:space-between; | |||
padding-bottom:15px; | |||
font-size:14px; | |||
} | } | ||
.gray { color:#54546e; } | |||
. | .home__blocks { display:flex; gap:20px; flex-wrap:wrap; } | ||
.home__block { width:32%; background:#fff; border-radius:12px; padding:15px; } | |||
.home__block-icon { | |||
width:64px; | |||
height:64px; | |||
object-fit:contain; | |||
} | } | ||
.heroes-grid { | |||
display:grid; | |||
grid-template-columns:repeat(auto-fill,minmax(120px,1fr)); | |||
gap:15px; | |||
} | |||
.hero-item img { | .hero-item img { | ||
width: | width:100%; | ||
border-radius:8px; | |||
border-radius: 8px; | |||
} | } | ||
.hero-name { | .hero-name { | ||
display: block; | display:block; | ||
text-align:center; | |||
margin-top:5px; | |||
} | } | ||
.page-Main_Page .mw-first-heading { | .page-Main_Page .mw-first-heading { | ||