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

Нет описания правки
Нет описания правки
 
(не показаны 4 промежуточные версии этого же участника)
Строка 2: Строка 2:
display: flex;
display: flex;
flex-direction: column-reverse;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
text-align: center;
gap: 16px;
gap: 16px;
}
}
Строка 11: Строка 8:
flex-direction: row;
flex-direction: row;
}
}
}
@media (min-width: 560px) {
.main-page {
justify-content: center;
align-items: 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 {
Строка 18: Строка 31:
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
align-items: center;
}
}
.main-page-blocks {
.main-page-blocks {
Строка 26: Строка 38:
.main-page-buttons {
.main-page-buttons {
display: flex;
display: flex;
flex-direction: column;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
justify-content: space-between;
gap: 24px;
gap: 12px;
}
@media (min-width: 560px) {
.main-page-buttons {
flex-direction: row;
gap: 24px;
}
}
}
.main-page-buttons-section {
.main-page-buttons-section {