Шаблон:Styles table x2.css: различия между версиями

Материал из Телемапедии
Нет описания правки
Метки: правка с мобильного устройства правка из мобильной версии
Нет описания правки
Метки: правка с мобильного устройства правка из мобильной версии
Строка 19: Строка 19:
.flex-container-columns {
.flex-container-columns {
   justify-content: center;
   justify-content: center;
  width: 100%
}
}



Версия от 22:27, 24 марта 2023

.flex-container-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.flex-container-columns > div {
    border: 1px solid #ffffff;
    width: 300px;
    line-height: 100px;
	padding: 0 0.3em 0.3em;
	margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 875px) {

.flex-container-columns {
  justify-content: center;
  width: 100%
}

.flex-container-columns > div {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 2px;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

}