MediaWiki:Заглавная страница/Mobile.css: различия между версиями

Материал из Энциклосамсонии
Перейти к навигацииПерейти к поиску
Joker666
Joker666 (обсуждение | вклад) (Новая страница: «.mf-section-0 .mobile-wrap td { display: block; }»)
 
м
 
(не показано 16 промежуточных версий этого же участника)
Строка 1: Строка 1:
.mf-section-0 .mobile-wrap td {
.mobile-wrap {
display: block;
display: block;
width: 100% !important;
}
.mw-default-size {
width: 250px;
}
.indent {
margin-top: 12px;
}
.mainpage-catalogue ul {
columns: 1;
}
}

Текущая версия от 22:54, 26 октября 2025

.mobile-wrap {
	display: block;
	width: 100% !important;
}

.mw-default-size {
	width: 250px;
}

.indent {
	margin-top: 12px;
}

.mainpage-catalogue ul {
	columns: 1;
}