With CSS
.grid-container .fourColumns {
grid-template-columns: repeat(4, minmax(0px, 1fr));
}
Some components can sit 4 wide on mobile natively like tabs and buttons
With CSS
.grid-container .fourColumns {
grid-template-columns: repeat(4, minmax(0px, 1fr));
}
Some components can sit 4 wide on mobile natively like tabs and buttons