style.scss 527 B

123456789101112131415161718192021222324252627
  1. .autoeuro {
  2. flex: none;
  3. padding: 4rem 10vw;
  4. background: #fff;
  5. background-image: url("//dd.unicraft.org/static/branding/autoeuro/header/bg.png");
  6. background-repeat: no-repeat;
  7. background-position: center;
  8. background-size: 100% 100%;
  9. display: flex;
  10. flex-wrap: nowrap;
  11. justify-content: space-between;
  12. align-items: center;
  13. overflow: hidden;
  14. &_logo {
  15. display: block;
  16. flex: none;
  17. height: 6rem;
  18. margin-right: 2rem;
  19. }
  20. &_pic {
  21. display: block;
  22. flex: none;
  23. height: 9rem;
  24. }
  25. }