Difference between revisions of "Template:Col head/styles.css"
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: | + | height: 5em; |
| − | margin-bottom: - | + | 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;
}