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

From CWS Planet
Jump to navigation Jump to search
en>IagoQnsi
m (probably would want to avoid page/region breaks as well)
 
m (1 revision imported)
 

Latest revision as of 15:28, 14 July 2022

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