.app-weather #city-right { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: flex-start; } .app-weather #city-forecast-panel { float: none; } .app-weather #city-list-left { display: flex; flex-direction: column; padding-bottom: 0; }