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

From blackwiki
Jump to navigation Jump to search
imported>IagoQnsi
(avoid --> avoid-column)
imported>IagoQnsi
(em instead of %)
Line 6: Line 6:
 
content: "";
 
content: "";
 
display: block;
 
display: block;
height: 50%;
+
height: 5em;
margin-bottom: -50%;
+
margin-bottom: -5em;
 
}
 
}

Revision as of 19:49, 20 June 2020

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