style.scss 477 B

1234567891011121314151617181920
  1. .waithai {
  2. flex: none;
  3. padding: 0 3rem;
  4. user-select: none;
  5. text-align: center;
  6. background-image: url("//dd.unicraft.org/static/branding/waithai/header2/bg.png");
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: cover;
  10. overflow: hidden;
  11. &_logo {
  12. display: block;
  13. margin: 0 auto;
  14. height: 200px;
  15. max-width: 100%;
  16. object-fit: cover;
  17. object-position: center;
  18. }
  19. }