style.scss 583 B

1234567891011121314151617181920212223242526
  1. .projectaccel {
  2. flex: none;
  3. background: url("//dd.unicraft.org/static/branding/projectaccel/header/bg.png") repeat;
  4. padding: 3rem 0 0;
  5. background-size: cover;
  6. background-position: center;
  7. background-repeat: no-repeat;
  8. user-select: none;
  9. overflow: hidden;
  10. position: relative;
  11. &_img1 {
  12. max-width: 60%;
  13. object-fit: contain;
  14. object-position: bottom;
  15. }
  16. &_img2 {
  17. position: absolute;
  18. height: 90%;
  19. top: 0;
  20. right: 20%;
  21. object-fit: contain;
  22. object-position: top;
  23. }
  24. }