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

мНет описания правки
мНет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 1: Строка 1:
.portalsection {
.portalsection {
margin: 0.75rem 0;
margin: 1rem 0;
}
}


Строка 9: Строка 9:
.portalsection:last-of-type {
.portalsection:last-of-type {
margin-bottom: 0;
margin-bottom: 0;
}
.portalsection hr {
    margin-top: 0.33rem;
}
}


Строка 14: Строка 18:
font-size: 120%;
font-size: 120%;
font-weight: bold;
font-weight: bold;
line-height: 1.1rem;
}
}



Текущая версия от 00:16, 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.33rem;
}

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

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