.root { display: flex; flex-direction: column; min-height: 100vh; } .wrapper { display: flex; flex-direction: row; flex: 1; main { flex: 1; } }