3415
редагувань
Admin (обговорення | внесок) Немає опису редагування Мітка: Скасовано |
Admin (обговорення | внесок) Немає опису редагування Мітки: Ручний відкіт Скасовано |
||
Рядок 311: | Рядок 311: | ||
.flex__block { | .flex__block { | ||
display: -moz-flex; | |||
display: -ms-flex; | |||
display: -o-flex; | |||
display: -webkit-box; | |||
display: -moz-box; | |||
display: -ms-flexbox; | |||
display: -webkit-flex; | |||
display: flex; | display: flex; | ||
-webkit-box-pack: justify; | |||
-ms-flex-pack: justify; | |||
-webkit-justify-content: space-between; | |||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center | align-items: center | ||
} | } | ||
.home__blocks { | .home__blocks { | ||
gap: 10px; | gap: 10px; | ||
align-items: stretch | align-items: stretch | ||
} | } | ||
.home__block { | .home__block { | ||
align-items: stretch; | align-items: stretch; | ||
width: 33.3333%; | width: 33.3333%; | ||
flex-direction: column | flex-direction: column | ||
} | } | ||
Рядок 353: | Рядок 358: | ||
width: 48px; | width: 48px; | ||
height: 48px; | height: 48px; | ||
display: inline-block; | |||
background-position: center center; | background-position: center center; | ||
background-size: contain; | background-size: contain; | ||
background- | } | ||
.home__block-icon-1 { | |||
background-image: url(https://mafiacc.site/images/a/aa/Foty.png) | |||
} | |||
.home__block-icon-2 { | |||
background-image: url(https://mafiacc.site/images/0/03/Champions.png) | |||
} | |||
.home__block-icon-3 { | |||
background-image: url(https://mafiacc.site/images/d/d3/Tournaments.png) | |||
} | } | ||
Рядок 361: | Рядок 378: | ||
flex-grow: 1; | flex-grow: 1; | ||
flex-direction: column; | flex-direction: column; | ||
align-items: stretch | align-items: stretch | ||
} | } | ||
Рядок 371: | Рядок 388: | ||
} | } | ||
.home__block-content-title { | |||
} | } | ||