.flex-item { flex-grow:1; padding:0px; } .exact { display: flex; flex-flow: column; } .exact-header { display: flex; justify-content: center; } .exact-content { display: flex; flex-direction: row; } .flex-search{ padding:0px; } .flex-container { display: 'flex'; justify-content: 'flex-start'; flex-direction: 'column'; } .flex-container .flex-item, .flex-container .flex-search { padding: 5px 0; }