Container not showing side by side

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

1 Like