style.scss 327 B

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