ul {
/*display: inline-block;*/ /* required for flowing into multi-columns */
width: 100%;
vertical-align: top;
/*max-height: fit-content;*/ /* approximate height threshold per column */
break-inside: avoid; /* avoid splitting a list into separate columns */
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
margin-bottom: 2em;
}
.footer-menu__item {
break-inside: avoid; /* do not split menu items across columns */
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
}
}
]]>

Comments are closed.