._ws_comm_portal { margin-top: 10px; display: grid; grid-gap: 10px; } /* on larger areas - allow 2 columns */ @media all and (min-width: 1000px) { ._ws_comm_portal { grid-template-columns: 55% 44%; } }