page.css 86 B

12345
  1. .page-container {
  2. display: flex;
  3. flex-direction: column;
  4. height: 100vh;
  5. }