.body{ display: flex; flex-direction: column; height: 100vh; } .search{ display: flex; padding: 0 12px 2px 12px; background: white; flex: none; } .search-bar{ display: flex; padding: 0 8px; border-radius: 4px; border: 1px solid #00b0f0; flex: auto; align-items: center; margin-right: 16px; } .search-bar>input{ flex: auto; padding: 3px; } .search>button{ flex: none; } .schools{ flex: 1 1 1px; height: 1px; } .school-wrap{ margin-bottom: 1px; }