Template:Col head/styles.css: Difference between revisions

From IxWiki
Jump to navigation Jump to search
mp>IagoQnsi
m probably would want to avoid page/region breaks as well
 
m 1 revision imported
 
(No difference)

Latest revision as of 20:01, 31 August 2021

.col-head-head {
	display: block;
	break-inside: avoid;
}
.col-head-head::after {
	content: "";
	display: block;
	height: 5em;
	margin-bottom: -5em;
}