page-misc.css 500 B

1234567891011121314151617181920212223242526
  1. .misc-wrapper {
  2. display: flex;
  3. flex-basis: 100%;
  4. min-height: 100vh;
  5. width: 100%;
  6. align-items: center;
  7. justify-content: center; }
  8. .misc-wrapper .misc-inner {
  9. position: relative;
  10. max-width: 750px; }
  11. .misc-wrapper .brand-logo {
  12. display: flex;
  13. justify-content: center;
  14. position: absolute;
  15. top: 2rem;
  16. left: 2rem;
  17. margin: 0; }
  18. .misc-wrapper .brand-logo .brand-text {
  19. font-weight: 600; }
  20. @media (max-height: 625px) {
  21. .misc-wrapper .misc-inner {
  22. margin-top: 4rem; } }