.wrapper { display: flex; flex-direction: column; height: 100%; } mat-toolbar { justify-content: center; font-size: 16px; } mat-select { max-width: 250px; } .desktop { display: flex; flex: 1; .block-list { width: 250px; flex-shrink: 0; background: #424242; } .dash-preview { flex: 1; display: flex; align-items: center; justify-content: center; } }