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

мНет описания правки
мНет описания правки
Строка 11: Строка 11:
}
}


.mw-parser-output .portalsection hr {
.portalsection hr {
     margin-top: 0.25rem;
     margin-top: 0.25rem;
}
}

Версия от 00:14, 30 мая 2025

.portalsection {
	margin: 1rem 0;
}

.portalsection:first-of-type {
	margin-top: 0;
}

.portalsection:last-of-type {
	margin-bottom: 0;
}

.portalsection hr {
    margin-top: 0.25rem;
}

.portalsection-title {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.1rem;
}

.portalsection-content {
	display: flex;
	gap: 0.5rem;
}