HomePage.module.css 309 B

12345678910111213141516171819
  1. .page {
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-flow: column-reverse nowrap;
  6. justify-content: space-around;
  7. align-items: center;
  8. }
  9. .rejoinLabel {
  10. margin-bottom: 0.5em;
  11. }
  12. .rejoinSection {
  13. display: flex;
  14. flex-flow: column nowrap;
  15. justify-content: flex-end;
  16. align-items: center;
  17. }