style.scss 460 B

123456789101112131415161718
  1. .disinfect {
  2. position: relative;
  3. flex: none;
  4. padding: 3rem 0 3rem calc(2rem + 9vw);
  5. background-color: #31a5f9;
  6. background-image: url("//dd.unicraft.org/static/branding/disinfect/header/bg.png");
  7. background-repeat: no-repeat;
  8. background-position: center right;
  9. background-size: auto 200%;
  10. &_logo {
  11. display: block;
  12. height: 56px;
  13. margin: 0;
  14. max-width: 30%;
  15. object-fit: contain;
  16. }
  17. }