Шаблон:MainPage/styles.css: различия между версиями

Нет описания правки
Нет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 14: Строка 14:
align-items: center;
align-items: center;
text-align: center;
text-align: center;
}
.main-page-container {
align-items: center;
}
.main-page-blocks {
justify-content: flex-start;
}
}
}
.main-page-blocks {
justify-content: center;
}
}
.main-page-container {
.main-page-container {
Строка 22: Строка 31:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
align-items: center;
}
}
.main-page-blocks {
.main-page-blocks {
Строка 33: Строка 41:
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
justify-content: space-between;
gap: 24px;
gap: 12px;
}
}
@media (min-width: 560px) {
@media (min-width: 560px) {
.main-page-buttons {
.main-page-buttons {
flex-direction: row;
flex-direction: row;
gap: 24px;
}
}
}
}