.appContainer { display: flex; flex-direction: column; min-height: 100vh; } /* This makes the footer stay at the bottom, even if there's not much content * on the screen. */ .contentContainer { flex-grow: 1; }