12345678910111213141516171819 |
- .page {
- width: 100%;
- height: 100%;
- display: flex;
- flex-flow: column-reverse nowrap;
- justify-content: space-around;
- align-items: center;
- }
- .rejoinLabel {
- margin-bottom: 0.5em;
- }
- .rejoinSection {
- display: flex;
- flex-flow: column nowrap;
- justify-content: flex-end;
- align-items: center;
- }
|