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

Нет описания правки
мНет описания правки
Строка 1: Строка 1:
.portalsection {
.portalsection {
margin-block: 0.75rem;
margin: 0.75rem 0;
}
 
.portalsection:first-of-type {
margin-top: 0;
}
 
.portalsection:last-of-type {
margin-bottom: 0;
}
}



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

.portalsection {
	margin: 0.75rem 0;
}

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

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

.portalsection-title {
	font-size: 120%;
	font-weight: bold;
}

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