style.scss 407 B

123456789101112131415161718
  1. .altair2001 {
  2. position: relative;
  3. display: flex;
  4. flex: none;
  5. flex-wrap: wrap;
  6. padding: 3rem;
  7. background: #594679;
  8. background-image: url("//dd.unicraft.org/static/branding/altair2001/header/bg.png");
  9. background-repeat: no-repeat;
  10. background-position: center;
  11. background-size: cover;
  12. &_logo {
  13. flex: none;
  14. margin: 0;
  15. max-width: 60%;
  16. }
  17. }