Template:Col head/styles.css

From blackwiki
< Template:Col head
Revision as of 19:38, 20 June 2020 by imported>IagoQnsi (testing a workaround for missing browser feature)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.col-head-head {
	display:block;
	break-inside: avoid;
}
.col-head-head::after {
    content: "";
    display: block;
    height: 50%;
    margin-bottom: -50%;
}