style.scss 533 B

12345678910111213141516171819202122232425262728
  1. .eurostep {
  2. flex: none;
  3. padding: 6rem 3em 3rem;
  4. padding-left: 7vw;
  5. background: #fff;
  6. background-image: url("//dd.unicraft.org/static/branding/eurostep/header2/bg.png");
  7. background-repeat: repeat-x;
  8. background-position: center;
  9. background-size: auto 100%;
  10. position: relative;
  11. &_img1 {
  12. display: block;
  13. margin: 0;
  14. margin-right: auto;
  15. height: 100%;
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. }
  20. &_logo {
  21. display: block;
  22. margin: 0;
  23. margin-left: auto;
  24. margin-top: auto;
  25. }
  26. }