FullScreenContainer.css 181 B

1234567891011121314
  1. .FullScreenNavbar {
  2. }
  3. .FullScreenContent {
  4. position: absolute;
  5. left: 0;
  6. top: 0;
  7. display: flex;
  8. width: 100%;
  9. height: 100%;
  10. justify-content: center;
  11. align-items: center;
  12. }