style.scss 319 B

123456789101112131415
  1. .raritek {
  2. flex: none;
  3. padding: 3rem;
  4. background: #dce3eb;
  5. background-image: url("//dd.unicraft.org/static/branding/raritek/header/bg.png");
  6. background-repeat: repeat-x;
  7. background-position: center;
  8. background-size: auto 100%;
  9. &_logo {
  10. display: block;
  11. margin: 0 auto;
  12. max-width: 80%;
  13. }
  14. }